diff options
author | 2014-04-13 23:05:18 +0000 | |
---|---|---|
committer | 2014-04-13 23:05:18 +0000 | |
commit | bf24acf8d6d493cebae2354db22dbdb870fe5e7b (patch) | |
tree | b6f71c8e95191d975684672ad7eda3a037e03666 /lib/libssl/ssl.h | |
parent | Fix the gettimeofday function that I broke with my last commit. (diff) | |
download | wireguard-openbsd-bf24acf8d6d493cebae2354db22dbdb870fe5e7b.tar.xz wireguard-openbsd-bf24acf8d6d493cebae2354db22dbdb870fe5e7b.zip |
Flense a variety of windows support stuff, and a strange gettimeofday function.
ok deraadt@
Diffstat (limited to 'lib/libssl/ssl.h')
-rw-r--r-- | lib/libssl/ssl.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/libssl/ssl.h b/lib/libssl/ssl.h index 0aec299c7a0..81a14839746 100644 --- a/lib/libssl/ssl.h +++ b/lib/libssl/ssl.h @@ -733,11 +733,7 @@ int SRP_generate_client_master_secret(SSL *s,unsigned char *master_key); #endif -#if defined(OPENSSL_SYS_MSDOS) && !defined(OPENSSL_SYS_WIN32) -#define SSL_MAX_CERT_LIST_DEFAULT 1024*30 /* 30k max cert list :-) */ -#else #define SSL_MAX_CERT_LIST_DEFAULT 1024*100 /* 100k max cert list :-) */ -#endif #define SSL_SESSION_CACHE_MAX_SIZE_DEFAULT (1024*20) |