summaryrefslogtreecommitdiffstats
path: root/ssl/ssl.h
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2007-10-17 21:22:58 +0000
committerAndy Polyakov <appro@openssl.org>2007-10-17 21:22:58 +0000
commitccac65755639aaa8ec38b7f1e175e00a5294d901 (patch)
treea6ad02bdb961e4e1154d99bc00610db3ccc556dc /ssl/ssl.h
parenta9c23ea079f2e85001a94b8e9824a07669722351 (diff)
New unused field crippled ssl_ctx_st in 0.9.8"f".
Diffstat (limited to 'ssl/ssl.h')
-rw-r--r--ssl/ssl.h1
1 files changed, 0 insertions, 1 deletions
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,