diff options
Diffstat (limited to 'src/lib/libssl/ssl.h')
-rw-r--r-- | src/lib/libssl/ssl.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/libssl/ssl.h b/src/lib/libssl/ssl.h index c733992848..d9a56b1901 100644 --- a/src/lib/libssl/ssl.h +++ b/src/lib/libssl/ssl.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: ssl.h,v 1.218 2022/06/29 17:39:20 beck Exp $ */ | 1 | /* $OpenBSD: ssl.h,v 1.219 2022/07/07 13:02:59 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 | * |
@@ -1507,7 +1507,6 @@ int SSL_set_session_secret_cb(SSL *s, | |||
1507 | void SSL_set_debug(SSL *s, int debug); | 1507 | void SSL_set_debug(SSL *s, int debug); |
1508 | int SSL_cache_hit(SSL *s); | 1508 | int SSL_cache_hit(SSL *s); |
1509 | 1509 | ||
1510 | #if defined(LIBRESSL_INTERNAL) | ||
1511 | /* What the "other" parameter contains in security callback */ | 1510 | /* What the "other" parameter contains in security callback */ |
1512 | /* Mask for type */ | 1511 | /* Mask for type */ |
1513 | #define SSL_SECOP_OTHER_TYPE 0xffff0000 | 1512 | #define SSL_SECOP_OTHER_TYPE 0xffff0000 |
@@ -1576,7 +1575,6 @@ int SSL_get_security_level(const SSL *ssl); | |||
1576 | 1575 | ||
1577 | void SSL_CTX_set_security_level(SSL_CTX *ctx, int level); | 1576 | void SSL_CTX_set_security_level(SSL_CTX *ctx, int level); |
1578 | int SSL_CTX_get_security_level(const SSL_CTX *ctx); | 1577 | int SSL_CTX_get_security_level(const SSL_CTX *ctx); |
1579 | #endif /* LIBRESSL_INTERNAL */ | ||
1580 | 1578 | ||
1581 | #ifdef LIBRESSL_INTERNAL | 1579 | #ifdef LIBRESSL_INTERNAL |
1582 | /* | 1580 | /* |