From fa7285b9ed9149ecc5638ea3389a5e989771a3bc Mon Sep 17 00:00:00 2001 From: tb <> Date: Wed, 13 Jul 2022 14:28:09 +0000 Subject: 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 --- src/lib/libssl/tls1.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src') 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 @@ -/* $OpenBSD: tls1.h,v 1.54 2022/07/07 13:02:59 tb Exp $ */ +/* $OpenBSD: tls1.h,v 1.55 2022/07/13 14:28:09 tb Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -159,9 +159,7 @@ extern "C" { #endif -#ifndef OPENSSL_TLS_SECURITY_LEVEL #define OPENSSL_TLS_SECURITY_LEVEL 1 -#endif #define TLS1_ALLOW_EXPERIMENTAL_CIPHERSUITES 0 -- cgit v1.2.3-55-g6feb