summaryrefslogtreecommitdiffstats
path: root/lib/libssl/src/ssl/ssl3.h
diff options
context:
space:
mode:
authordoug <doug@openbsd.org>2015-07-18 19:41:54 +0000
committerdoug <doug@openbsd.org>2015-07-18 19:41:54 +0000
commit2664332e8b5fa99c9247ec1e92ee62af9d9233ec (patch)
treebaa3c8d582fdb2d9e78ff004aea8150a4d80b054 /lib/libssl/src/ssl/ssl3.h
parentMake {x86,i82489,x2apic,i386}_ipi return void (diff)
downloadwireguard-openbsd-2664332e8b5fa99c9247ec1e92ee62af9d9233ec.tar.xz
wireguard-openbsd-2664332e8b5fa99c9247ec1e92ee62af9d9233ec.zip
Remove SSL_OP_MICROSOFT_BIG_SSLV3_BUFFER workaround.
This was a hack to work around problems on IE 6 with SSLv3. ok miod@ bcook@
Diffstat (limited to 'lib/libssl/src/ssl/ssl3.h')
-rw-r--r--lib/libssl/src/ssl/ssl3.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libssl/src/ssl/ssl3.h b/lib/libssl/src/ssl/ssl3.h
index 4de50428a8b..4cb27e1634f 100644
--- a/lib/libssl/src/ssl/ssl3.h
+++ b/lib/libssl/src/ssl/ssl3.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: ssl3.h,v 1.39 2015/07/17 15:50:37 doug Exp $ */
+/* $OpenBSD: ssl3.h,v 1.40 2015/07/18 19:41:54 doug Exp $ */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
@@ -376,7 +376,7 @@ typedef struct ssl3_state_st {
int need_empty_fragments;
int empty_fragment_done;
- /* The value of 'extra' when the buffers were initialized */
+ /* XXX delete on next major bump. */
int init_extra;
SSL3_BUFFER rbuf; /* read IO goes into here */