diff options
Diffstat (limited to 'src/lib/libssl/ssl.h')
-rw-r--r-- | src/lib/libssl/ssl.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/lib/libssl/ssl.h b/src/lib/libssl/ssl.h index 9a5f8d025e..22d4809868 100644 --- a/src/lib/libssl/ssl.h +++ b/src/lib/libssl/ssl.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: ssl.h,v 1.236 2024/03/02 11:48:55 tb Exp $ */ | 1 | /* $OpenBSD: ssl.h,v 1.237 2024/05/27 09:12:31 jsg 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 | * |
@@ -510,11 +510,6 @@ int SSL_CTX_set_num_tickets(SSL_CTX *ctx, size_t num_tickets); | |||
510 | size_t SSL_CTX_get_num_tickets(const SSL_CTX *ctx); | 510 | size_t SSL_CTX_get_num_tickets(const SSL_CTX *ctx); |
511 | STACK_OF(X509) *SSL_get0_verified_chain(const SSL *s); | 511 | STACK_OF(X509) *SSL_get0_verified_chain(const SSL *s); |
512 | 512 | ||
513 | #ifndef LIBRESSL_INTERNAL | ||
514 | struct ssl_aead_ctx_st; | ||
515 | typedef struct ssl_aead_ctx_st SSL_AEAD_CTX; | ||
516 | #endif | ||
517 | |||
518 | #define SSL_MAX_CERT_LIST_DEFAULT 1024*100 /* 100k max cert list :-) */ | 513 | #define SSL_MAX_CERT_LIST_DEFAULT 1024*100 /* 100k max cert list :-) */ |
519 | 514 | ||
520 | #define SSL_SESSION_CACHE_MAX_SIZE_DEFAULT (1024*20) | 515 | #define SSL_SESSION_CACHE_MAX_SIZE_DEFAULT (1024*20) |