diff options
author | tedu <> | 2014-04-16 21:16:33 +0000 |
---|---|---|
committer | tedu <> | 2014-04-16 21:16:33 +0000 |
commit | 9a1c8100cb8cb117eddb7af93d839f1158fba375 (patch) | |
tree | f3c61e57b00dc4a8b4caebe6fa51b464b6b17779 /src/lib/libssl/ssl.h | |
parent | e7892d59587f55067ca2e2bc6fa26cf4bcd6c084 (diff) | |
download | openbsd-9a1c8100cb8cb117eddb7af93d839f1158fba375.tar.gz openbsd-9a1c8100cb8cb117eddb7af93d839f1158fba375.tar.bz2 openbsd-9a1c8100cb8cb117eddb7af93d839f1158fba375.zip |
TANSTAAFL - delete the buf freelist code. if you need a better malloc, get
a better malloc. ok beck deraadt
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 |