Prepare OpenSSL 0.9.8g: cherry pick

http://cvs.openssl.org/chngview?cn=16695
New unused field crippled ssl_ctx_st in 0.9.8"f".

Submitted by: appro
This commit is contained in:
Lutz Jänicke 2007-10-19 07:42:38 +00:00
parent 13e8459dea
commit 98d2eee05e

View File

@ -990,7 +990,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,