diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2022-07-07 13:03:00 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2022-07-07 13:03:00 +0000 |
commit | f0fe68451f5ea42ab4d2319ddf08bf29c75c27be (patch) | |
tree | b03bdd3116715a8d187b1cd4565ae7e19d49ccee /lib/libssl/tls1.h | |
parent | d263b4ad378649d85b927aaa593cf5fb47b651f0 (diff) |
Expose security level symbols and error codes in the headers.
ok jsing
Diffstat (limited to 'lib/libssl/tls1.h')
-rw-r--r-- | lib/libssl/tls1.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libssl/tls1.h b/lib/libssl/tls1.h index 2f6e2e3bd07..0dadffc8e6a 100644 --- a/lib/libssl/tls1.h +++ b/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 |