diff options
Diffstat (limited to 'src/lib/libssl/ssl.h')
-rw-r--r-- | src/lib/libssl/ssl.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/lib/libssl/ssl.h b/src/lib/libssl/ssl.h index d3e015e738..cefee6189d 100644 --- a/src/lib/libssl/ssl.h +++ b/src/lib/libssl/ssl.h | |||
@@ -936,12 +936,6 @@ struct ssl_ctx_st { | |||
936 | unsigned char *psk, unsigned int max_psk_len); | 936 | unsigned char *psk, unsigned int max_psk_len); |
937 | #endif | 937 | #endif |
938 | 938 | ||
939 | #ifndef OPENSSL_NO_BUF_FREELISTS | ||
940 | #define SSL_MAX_BUF_FREELIST_LEN_DEFAULT 32 | ||
941 | unsigned int freelist_max_len; | ||
942 | struct ssl3_buf_freelist_st *wbuf_freelist; | ||
943 | struct ssl3_buf_freelist_st *rbuf_freelist; | ||
944 | #endif | ||
945 | #ifndef OPENSSL_NO_SRP | 939 | #ifndef OPENSSL_NO_SRP |
946 | SRP_CTX srp_ctx; /* ctx for SRP authentication */ | 940 | SRP_CTX srp_ctx; /* ctx for SRP authentication */ |
947 | #endif | 941 | #endif |