From 98d2eee05ee17527bcbafc72c5195305db9de1e8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Lutz=20J=C3=A4nicke?= Date: Fri, 19 Oct 2007 07:42:38 +0000 Subject: [PATCH] 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 --- ssl/ssl.h | 1 - 1 file changed, 1 deletion(-) diff --git a/ssl/ssl.h b/ssl/ssl.h index 52caf88b16..ed811195a5 100644 --- a/ssl/ssl.h +++ b/ssl/ssl.h @@ -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, -- 2.25.1