diff options
Diffstat (limited to 'src/lib/libssl/ssl_locl.h')
-rw-r--r-- | src/lib/libssl/ssl_locl.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/lib/libssl/ssl_locl.h b/src/lib/libssl/ssl_locl.h index 736005b5c9..046c4bba52 100644 --- a/src/lib/libssl/ssl_locl.h +++ b/src/lib/libssl/ssl_locl.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: ssl_locl.h,v 1.275 2020/05/19 16:35:20 jsing Exp $ */ | 1 | /* $OpenBSD: ssl_locl.h,v 1.276 2020/05/29 17:39:42 jsing 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 | * |
@@ -738,12 +738,6 @@ typedef struct ssl_internal_st { | |||
738 | long max_cert_list; | 738 | long max_cert_list; |
739 | int first_packet; | 739 | int first_packet; |
740 | 740 | ||
741 | int servername_done; /* no further mod of servername | ||
742 | 0 : call the servername extension callback. | ||
743 | 1 : prepare 2, allow last ack just after in server callback. | ||
744 | 2 : don't call servername callback, no ack in server hello | ||
745 | */ | ||
746 | |||
747 | /* Expect OCSP CertificateStatus message */ | 741 | /* Expect OCSP CertificateStatus message */ |
748 | int tlsext_status_expected; | 742 | int tlsext_status_expected; |
749 | /* OCSP status request only */ | 743 | /* OCSP status request only */ |