From: Andy Polyakov Date: Wed, 17 Oct 2007 21:22:58 +0000 (+0000) Subject: New unused field crippled ssl_ctx_st in 0.9.8"f". X-Git-Tag: OpenSSL_0_9_8h~129 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=ccac65755639aaa8ec38b7f1e175e00a5294d901;p=oweals%2Fopenssl.git New unused field crippled ssl_ctx_st in 0.9.8"f". --- diff --git a/ssl/ssl.h b/ssl/ssl.h index 10f6d81c2a..75159231b7 100644 --- a/ssl/ssl.h +++ b/ssl/ssl.h @@ -995,7 +995,6 @@ struct ssl_st int first_packet; int client_version; /* what was passed, used for * SSLv3/TLS rollback check */ - unsigned int max_send_fragment; #ifndef OPENSSL_NO_TLSEXT /* TLS extension debug callback */ void (*tlsext_debug_cb)(SSL *s, int client_server, int type,