summaryrefslogtreecommitdiff
path: root/src/lib/libssl/ssl_locl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libssl/ssl_locl.h')
-rw-r--r--src/lib/libssl/ssl_locl.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/libssl/ssl_locl.h b/src/lib/libssl/ssl_locl.h
index 0212166678..e222348ea9 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.272 2020/04/18 14:07:56 jsing Exp $ */ 1/* $OpenBSD: ssl_locl.h,v 1.273 2020/05/10 14:17:47 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 *
@@ -747,9 +747,10 @@ typedef struct ssl_internal_st {
747 /* OCSP status request only */ 747 /* OCSP status request only */
748 STACK_OF(OCSP_RESPID) *tlsext_ocsp_ids; 748 STACK_OF(OCSP_RESPID) *tlsext_ocsp_ids;
749 X509_EXTENSIONS *tlsext_ocsp_exts; 749 X509_EXTENSIONS *tlsext_ocsp_exts;
750
750 /* OCSP response received or to be sent */ 751 /* OCSP response received or to be sent */
751 unsigned char *tlsext_ocsp_resp; 752 unsigned char *tlsext_ocsp_resp;
752 int tlsext_ocsp_resplen; 753 size_t tlsext_ocsp_resp_len;
753 754
754 /* RFC4507 session ticket expected to be received or sent */ 755 /* RFC4507 session ticket expected to be received or sent */
755 int tlsext_ticket_expected; 756 int tlsext_ticket_expected;