aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/ssl.h
diff options
context:
space:
mode:
authorRich Salz <rsalz@openssl.org>2015-01-27 16:43:53 -0500
committerRich Salz <rsalz@openssl.org>2015-01-27 16:43:53 -0500
commit63c574f6a639cfa3f53476080054526e6bfa3bc9 (patch)
treef8ef68a58d38e5b4fcd4372023c2001e394791e3 /ssl/ssl.h
parentdaa48704cc04c61cf8f3e74759a7a3139b6aff01 (diff)
downloadopenssl-63c574f6a639cfa3f53476080054526e6bfa3bc9.tar.gz
OPENSSL_NO_XXX cleanup: OPENSSL_NO_BUF_FREELISTS
Remove OPENSSL_NO_BUF_FREELISTS. This was turned on by default, so the work here is removing the 'maintain our own freelist' code. Also removed a minor old Windows-multibyte/widechar conversion flag. Reviewed-by: Andy Polyakov <appro@openssl.org>
Diffstat (limited to 'ssl/ssl.h')
-rw-r--r--ssl/ssl.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/ssl/ssl.h b/ssl/ssl.h
index a0025e656b..6809fd615c 100644
--- a/ssl/ssl.h
+++ b/ssl/ssl.h
@@ -1083,12 +1083,6 @@ struct ssl_ctx_st {
unsigned int max_psk_len);
# endif
-# ifndef OPENSSL_NO_BUF_FREELISTS
-# define SSL_MAX_BUF_FREELIST_LEN_DEFAULT 32
- unsigned int freelist_max_len;
- struct ssl3_buf_freelist_st *wbuf_freelist;
- struct ssl3_buf_freelist_st *rbuf_freelist;
-# endif
# ifndef OPENSSL_NO_SRP
SRP_CTX srp_ctx; /* ctx for SRP authentication */
# endif