diff options
author | 2014-04-16 21:16:33 +0000 | |
---|---|---|
committer | 2014-04-16 21:16:33 +0000 | |
commit | a0065ed1978bddeefeaae81841f9ac055a4f9b67 (patch) | |
tree | fbaa58d39ad79e0dbe7b4b7d6089eefa28c0f08e /lib/libssl/ssl.h | |
parent | Remove a leftover prototype and fix some spacing. (diff) | |
download | wireguard-openbsd-a0065ed1978bddeefeaae81841f9ac055a4f9b67.tar.xz wireguard-openbsd-a0065ed1978bddeefeaae81841f9ac055a4f9b67.zip |
TANSTAAFL - delete the buf freelist code. if you need a better malloc, get
a better malloc. ok beck deraadt
Diffstat (limited to 'lib/libssl/ssl.h')
-rw-r--r-- | lib/libssl/ssl.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/libssl/ssl.h b/lib/libssl/ssl.h index d3e015e738c..cefee6189d8 100644 --- a/lib/libssl/ssl.h +++ b/lib/libssl/ssl.h @@ -936,12 +936,6 @@ struct ssl_ctx_st { unsigned char *psk, 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 |