diff options
Diffstat (limited to 'src/lib/libssl/ssl.h')
-rw-r--r-- | src/lib/libssl/ssl.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/libssl/ssl.h b/src/lib/libssl/ssl.h index fba9ea243f..c93f3739bc 100644 --- a/src/lib/libssl/ssl.h +++ b/src/lib/libssl/ssl.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: ssl.h,v 1.202 2021/09/10 09:25:29 tb Exp $ */ | 1 | /* $OpenBSD: ssl.h,v 1.203 2021/09/10 14:44:25 tb 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 | * |
@@ -357,7 +357,9 @@ extern "C" { | |||
357 | * in SSL_CTX. */ | 357 | * in SSL_CTX. */ |
358 | typedef struct ssl_st *ssl_crock_st; | 358 | typedef struct ssl_st *ssl_crock_st; |
359 | 359 | ||
360 | #if defined(LIBRESSL_INTERNAL) | ||
360 | typedef struct tls_session_ticket_ext_st TLS_SESSION_TICKET_EXT; | 361 | typedef struct tls_session_ticket_ext_st TLS_SESSION_TICKET_EXT; |
362 | #endif | ||
361 | typedef struct ssl_method_st SSL_METHOD; | 363 | typedef struct ssl_method_st SSL_METHOD; |
362 | typedef struct ssl_cipher_st SSL_CIPHER; | 364 | typedef struct ssl_cipher_st SSL_CIPHER; |
363 | typedef struct ssl_session_st SSL_SESSION; | 365 | typedef struct ssl_session_st SSL_SESSION; |