diff options
Diffstat (limited to 'src/lib/libssl/ssl_locl.h')
-rw-r--r-- | src/lib/libssl/ssl_locl.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libssl/ssl_locl.h b/src/lib/libssl/ssl_locl.h index 62f874061e..b41a5d803f 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.361 2021/10/23 08:34:36 jsing Exp $ */ | 1 | /* $OpenBSD: ssl_locl.h,v 1.362 2021/10/23 11:41:52 beck 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 | * |
@@ -843,6 +843,7 @@ typedef struct ssl_ctx_internal_st { | |||
843 | uint8_t *tlsext_ecpointformatlist; /* our list */ | 843 | uint8_t *tlsext_ecpointformatlist; /* our list */ |
844 | size_t tlsext_supportedgroups_length; | 844 | size_t tlsext_supportedgroups_length; |
845 | uint16_t *tlsext_supportedgroups; /* our list */ | 845 | uint16_t *tlsext_supportedgroups; /* our list */ |
846 | SSL_CTX_keylog_cb_func keylog_callback; /* Unused. For OpenSSL compatibility. */ | ||
846 | } SSL_CTX_INTERNAL; | 847 | } SSL_CTX_INTERNAL; |
847 | 848 | ||
848 | struct ssl_ctx_st { | 849 | struct ssl_ctx_st { |