diff options
author | doug <> | 2015-07-18 19:41:54 +0000 |
---|---|---|
committer | doug <> | 2015-07-18 19:41:54 +0000 |
commit | 7f2d6dc6af99690299b2a423c25d0d7240957c6f (patch) | |
tree | 36796e4558d127f54a2ea8088a9f89274f442edc /src/lib/libssl/ssl3.h | |
parent | cdc6d7e16d216fefca241ecf91490a6ca83d80b8 (diff) | |
download | openbsd-7f2d6dc6af99690299b2a423c25d0d7240957c6f.tar.gz openbsd-7f2d6dc6af99690299b2a423c25d0d7240957c6f.tar.bz2 openbsd-7f2d6dc6af99690299b2a423c25d0d7240957c6f.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 'src/lib/libssl/ssl3.h')
-rw-r--r-- | src/lib/libssl/ssl3.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libssl/ssl3.h b/src/lib/libssl/ssl3.h index 4de50428a8..4cb27e1634 100644 --- a/src/lib/libssl/ssl3.h +++ b/src/lib/libssl/ssl3.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: ssl3.h,v 1.39 2015/07/17 15:50:37 doug Exp $ */ | 1 | /* $OpenBSD: ssl3.h,v 1.40 2015/07/18 19:41:54 doug Exp $ */ |
2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) | 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) |
3 | * All rights reserved. | 3 | * All rights reserved. |
4 | * | 4 | * |
@@ -376,7 +376,7 @@ typedef struct ssl3_state_st { | |||
376 | int need_empty_fragments; | 376 | int need_empty_fragments; |
377 | int empty_fragment_done; | 377 | int empty_fragment_done; |
378 | 378 | ||
379 | /* The value of 'extra' when the buffers were initialized */ | 379 | /* XXX delete on next major bump. */ |
380 | int init_extra; | 380 | int init_extra; |
381 | 381 | ||
382 | SSL3_BUFFER rbuf; /* read IO goes into here */ | 382 | SSL3_BUFFER rbuf; /* read IO goes into here */ |