summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortb <>2022-07-13 14:28:09 +0000
committertb <>2022-07-13 14:28:09 +0000
commit365c3fb49e39fda4859948f84c262fc649b1a349 (patch)
tree0dc240896d7a4d822acfef3473192989600690c0 /src
parente04b172d997dbcc9f8a60b3f0847509c20ff0393 (diff)
downloadopenbsd-365c3fb49e39fda4859948f84c262fc649b1a349.tar.gz
openbsd-365c3fb49e39fda4859948f84c262fc649b1a349.tar.bz2
openbsd-365c3fb49e39fda4859948f84c262fc649b1a349.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.h4
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 @@
159extern "C" { 159extern "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