diff options
author | Doug Hogan <doug@cvs.openbsd.org> | 2015-07-19 06:23:52 +0000 |
---|---|---|
committer | Doug Hogan <doug@cvs.openbsd.org> | 2015-07-19 06:23:52 +0000 |
commit | 194eff3909dfacb16867c0b1644b69fec7bcd60b (patch) | |
tree | 0b3cde85ec20437010f6451225709461f1468f65 /lib/libssl/ssl3.h | |
parent | 22cbdfb99411ac9ecdb23ad4cf6c1ef425e264e0 (diff) |
Crank major and remove legacy variables.
Libtls is riding this crank.
ok miod@ bcook@
Diffstat (limited to 'lib/libssl/ssl3.h')
-rw-r--r-- | lib/libssl/ssl3.h | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/lib/libssl/ssl3.h b/lib/libssl/ssl3.h index 4cb27e1634f..5ec2fe6f884 100644 --- a/lib/libssl/ssl3.h +++ b/lib/libssl/ssl3.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ssl3.h,v 1.40 2015/07/18 19:41:54 doug Exp $ */ +/* $OpenBSD: ssl3.h,v 1.41 2015/07/19 06:23:51 doug Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -376,9 +376,6 @@ typedef struct ssl3_state_st { int need_empty_fragments; int empty_fragment_done; - /* XXX delete on next major bump. */ - int init_extra; - SSL3_BUFFER rbuf; /* read IO goes into here */ SSL3_BUFFER wbuf; /* write IO goes into here */ @@ -489,12 +486,6 @@ typedef struct ssl3_state_st { */ unsigned char *alpn_selected; unsigned int alpn_selected_len; - - /* - * XXX delete on next major bump. This was for old OS X releases - * with broken ECDHE-ECDSA support. - */ - char is_probably_safari; } SSL3_STATE; #endif |