summaryrefslogtreecommitdiff
path: root/src/lib/libssl/ssl.h
diff options
context:
space:
mode:
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;