diff options
author | tb <> | 2021-09-10 14:44:25 +0000 |
---|---|---|
committer | tb <> | 2021-09-10 14:44:25 +0000 |
commit | 89d87d6264e2a4794bcb2d680f51f0228d9c7a71 (patch) | |
tree | ed7068ea28c1da32807c7bd176d2f98d27681644 /src/lib/libssl/ssl.h | |
parent | fed426daf732db48b1ff127a1953022c6c18f8da (diff) | |
download | openbsd-89d87d6264e2a4794bcb2d680f51f0228d9c7a71.tar.gz openbsd-89d87d6264e2a4794bcb2d680f51f0228d9c7a71.tar.bz2 openbsd-89d87d6264e2a4794bcb2d680f51f0228d9c7a71.zip |
Remove struct tls_session_ticket_ext_st and TLS_SESSION_TICKET_EXT
from public visibility.
with/ok jsing
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; |