summaryrefslogtreecommitdiff
path: root/src/lib/libssl/ssl.h
diff options
context:
space:
mode:
authortb <>2021-09-10 14:44:25 +0000
committertb <>2021-09-10 14:44:25 +0000
commit89d87d6264e2a4794bcb2d680f51f0228d9c7a71 (patch)
treeed7068ea28c1da32807c7bd176d2f98d27681644 /src/lib/libssl/ssl.h
parentfed426daf732db48b1ff127a1953022c6c18f8da (diff)
downloadopenbsd-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.h4
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. */
358typedef struct ssl_st *ssl_crock_st; 358typedef struct ssl_st *ssl_crock_st;
359 359
360#if defined(LIBRESSL_INTERNAL)
360typedef struct tls_session_ticket_ext_st TLS_SESSION_TICKET_EXT; 361typedef struct tls_session_ticket_ext_st TLS_SESSION_TICKET_EXT;
362#endif
361typedef struct ssl_method_st SSL_METHOD; 363typedef struct ssl_method_st SSL_METHOD;
362typedef struct ssl_cipher_st SSL_CIPHER; 364typedef struct ssl_cipher_st SSL_CIPHER;
363typedef struct ssl_session_st SSL_SESSION; 365typedef struct ssl_session_st SSL_SESSION;