diff options
author | beck <> | 2023-07-06 07:56:32 +0000 |
---|---|---|
committer | beck <> | 2023-07-06 07:56:32 +0000 |
commit | ed8e6cf151ae66733328ddd6b063a277b89f2a52 (patch) | |
tree | cd4fa65e93f388ffae1d6151100b66212bd029ce /src/lib/libssl/ssl_local.h | |
parent | a4fd0a33eb951dac2d8f9d39d5090a294a5045d8 (diff) | |
download | openbsd-ed8e6cf151ae66733328ddd6b063a277b89f2a52.tar.gz openbsd-ed8e6cf151ae66733328ddd6b063a277b89f2a52.tar.bz2 openbsd-ed8e6cf151ae66733328ddd6b063a277b89f2a52.zip |
unifdef the LIBRESSL_HAS_TLS1_3_[CLIENT|SERVER] goo
And remove the tendrils. This was useful for transition but we are now
well past this.
Diffstat (limited to 'src/lib/libssl/ssl_local.h')
-rw-r--r-- | src/lib/libssl/ssl_local.h | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/src/lib/libssl/ssl_local.h b/src/lib/libssl/ssl_local.h index cb38e5f91c..9666f3882a 100644 --- a/src/lib/libssl/ssl_local.h +++ b/src/lib/libssl/ssl_local.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: ssl_local.h,v 1.6 2023/05/26 13:44:05 tb Exp $ */ | 1 | /* $OpenBSD: ssl_local.h,v 1.7 2023/07/06 07:56:32 beck 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 | * |
@@ -174,18 +174,6 @@ __BEGIN_HIDDEN_DECLS | |||
174 | #define LIBRESSL_HAS_DTLS1_2 | 174 | #define LIBRESSL_HAS_DTLS1_2 |
175 | #endif | 175 | #endif |
176 | 176 | ||
177 | #ifndef LIBRESSL_HAS_TLS1_3_CLIENT | ||
178 | #define LIBRESSL_HAS_TLS1_3_CLIENT | ||
179 | #endif | ||
180 | |||
181 | #ifndef LIBRESSL_HAS_TLS1_3_SERVER | ||
182 | #define LIBRESSL_HAS_TLS1_3_SERVER | ||
183 | #endif | ||
184 | |||
185 | #if defined(LIBRESSL_HAS_TLS1_3_CLIENT) || defined(LIBRESSL_HAS_TLS1_3_SERVER) | ||
186 | #define LIBRESSL_HAS_TLS1_3 | ||
187 | #endif | ||
188 | |||
189 | /* LOCAL STUFF */ | 177 | /* LOCAL STUFF */ |
190 | 178 | ||
191 | #define SSL_DECRYPT 0 | 179 | #define SSL_DECRYPT 0 |