From 2c28a21e64bf89178dea66220dd347dd20c96666 Mon Sep 17 00:00:00 2001 From: tb <> Date: Thu, 7 Jul 2022 13:02:59 +0000 Subject: Expose security level symbols and error codes in the headers. ok jsing --- src/lib/libssl/tls1.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/lib/libssl/tls1.h') diff --git a/src/lib/libssl/tls1.h b/src/lib/libssl/tls1.h index 2f6e2e3bd0..0dadffc8e6 100644 --- a/src/lib/libssl/tls1.h +++ b/src/lib/libssl/tls1.h @@ -1,4 +1,4 @@ -/* $OpenBSD: tls1.h,v 1.53 2022/06/29 17:39:20 beck Exp $ */ +/* $OpenBSD: tls1.h,v 1.54 2022/07/07 13:02:59 tb Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -159,11 +159,9 @@ extern "C" { #endif -#if defined(LIBRESSL_INTERNAL) #ifndef OPENSSL_TLS_SECURITY_LEVEL #define OPENSSL_TLS_SECURITY_LEVEL 1 #endif -#endif #define TLS1_ALLOW_EXPERIMENTAL_CIPHERSUITES 0 -- cgit v1.2.3-55-g6feb