diff options
author | tb <> | 2022-07-13 14:28:09 +0000 |
---|---|---|
committer | tb <> | 2022-07-13 14:28:09 +0000 |
commit | fa7285b9ed9149ecc5638ea3389a5e989771a3bc (patch) | |
tree | 0dc240896d7a4d822acfef3473192989600690c0 /src | |
parent | 804492125a13d020c0c64031999be4726f3f5e7f (diff) | |
download | openbsd-fa7285b9ed9149ecc5638ea3389a5e989771a3bc.tar.gz openbsd-fa7285b9ed9149ecc5638ea3389a5e989771a3bc.tar.bz2 openbsd-fa7285b9ed9149ecc5638ea3389a5e989771a3bc.zip |
Remove #ifndef around the definition of OPENSSL_TLS_SECURITY_LEVEL.
We do not intend to make this a compile-time option.
Reminded by schwarze who asked about it
ok jsing
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 | ||