summaryrefslogtreecommitdiffstats
path: root/ssl/ssl_locl.h
diff options
context:
space:
mode:
authorKurt Roeckx <kurt@roeckx.be>2015-12-22 13:48:01 +0100
committerKurt Roeckx <kurt@roeckx.be>2015-12-23 20:40:54 +0100
commit1c9ed1d8a715e70c5e0d8c08f3a47e1a6fa9fd89 (patch)
tree2b2944b088117f8a84898b68f42e91cc17dd5ff1 /ssl/ssl_locl.h
parent933d10851640014142db0f3b02c2b740c2f0935f (diff)
Remove SSL_OP_MICROSOFT_BIG_SSLV3_BUFFER and SSL_OP_TLS_D5_BUG support.
Suggested by David Benjamin Reviewed-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Viktor Dukhovni <openssl-users@dukhovni.org> MR: #1520
Diffstat (limited to 'ssl/ssl_locl.h')
-rw-r--r--ssl/ssl_locl.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/ssl/ssl_locl.h b/ssl/ssl_locl.h
index 6261a66b2d..8a6678920f 100644
--- a/ssl/ssl_locl.h
+++ b/ssl/ssl_locl.h
@@ -1188,8 +1188,6 @@ typedef struct ssl3_state_st {
/* flags for countermeasure against known-IV weakness */
int need_empty_fragments;
int empty_fragment_done;
- /* The value of 'extra' when the buffers were initialized */
- int init_extra;
/* used during startup, digest all incoming/outgoing packets */
BIO *handshake_buffer;
/*