From 2547db1b8e0f1829585bf6cd54b3937a59f09c00 Mon Sep 17 00:00:00 2001 From: Theo Buehler Date: Wed, 13 Jul 2022 14:28:10 +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 --- lib/libssl/tls1.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'lib/libssl') diff --git a/lib/libssl/tls1.h b/lib/libssl/tls1.h index 0dadffc8e6a..0c7e4a0f0bc 100644 --- a/lib/libssl/tls1.h +++ b/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