diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib/libssl/ssl3.h | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/src/lib/libssl/ssl3.h b/src/lib/libssl/ssl3.h index 4cb27e1634..5ec2fe6f88 100644 --- a/src/lib/libssl/ssl3.h +++ b/src/lib/libssl/ssl3.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: ssl3.h,v 1.40 2015/07/18 19:41:54 doug Exp $ */ | 1 | /* $OpenBSD: ssl3.h,v 1.41 2015/07/19 06:23:51 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,9 +376,6 @@ 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 | /* XXX delete on next major bump. */ | ||
380 | int init_extra; | ||
381 | |||
382 | SSL3_BUFFER rbuf; /* read IO goes into here */ | 379 | SSL3_BUFFER rbuf; /* read IO goes into here */ |
383 | SSL3_BUFFER wbuf; /* write IO goes into here */ | 380 | SSL3_BUFFER wbuf; /* write IO goes into here */ |
384 | 381 | ||
@@ -489,12 +486,6 @@ typedef struct ssl3_state_st { | |||
489 | */ | 486 | */ |
490 | unsigned char *alpn_selected; | 487 | unsigned char *alpn_selected; |
491 | unsigned int alpn_selected_len; | 488 | unsigned int alpn_selected_len; |
492 | |||
493 | /* | ||
494 | * XXX delete on next major bump. This was for old OS X releases | ||
495 | * with broken ECDHE-ECDSA support. | ||
496 | */ | ||
497 | char is_probably_safari; | ||
498 | } SSL3_STATE; | 489 | } SSL3_STATE; |
499 | 490 | ||
500 | #endif | 491 | #endif |