diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libssl/tls1.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/libssl/tls1.h b/src/lib/libssl/tls1.h index 0dadffc8e6..0c7e4a0f0b 100644 --- a/src/lib/libssl/tls1.h +++ b/src/lib/libssl/tls1.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: tls1.h,v 1.54 2022/07/07 13:02:59 tb Exp $ */ | 1 | /* $OpenBSD: tls1.h,v 1.55 2022/07/13 14:28:09 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 | * |
@@ -159,9 +159,7 @@ | |||
159 | extern "C" { | 159 | extern "C" { |
160 | #endif | 160 | #endif |
161 | 161 | ||
162 | #ifndef OPENSSL_TLS_SECURITY_LEVEL | ||
163 | #define OPENSSL_TLS_SECURITY_LEVEL 1 | 162 | #define OPENSSL_TLS_SECURITY_LEVEL 1 |
164 | #endif | ||
165 | 163 | ||
166 | #define TLS1_ALLOW_EXPERIMENTAL_CIPHERSUITES 0 | 164 | #define TLS1_ALLOW_EXPERIMENTAL_CIPHERSUITES 0 |
167 | 165 | ||