Commit a7e7bad1 authored by Dr. Stephen Henson's avatar Dr. Stephen Henson
Browse files

Simplify define as we don't support MS-DOS anymore.



Reviewed-by: default avatarTim Hudson <tjh@openssl.org>
parent a717738b
Loading
Loading
Loading
Loading
+2 −7
Original line number Diff line number Diff line
@@ -646,13 +646,8 @@ __owur int SRP_Calc_A_param(SSL *s);

# endif

# if defined(OPENSSL_SYS_MSDOS) && !defined(OPENSSL_SYS_WIN32)
#  define SSL_MAX_CERT_LIST_DEFAULT 1024*30
                                          /* 30k max cert list :-) */
# else
/* 100k max cert list */
# define SSL_MAX_CERT_LIST_DEFAULT 1024*100
                                           /* 100k max cert list :-) */
# endif

# define SSL_SESSION_CACHE_MAX_SIZE_DEFAULT      (1024*20)