diff options
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 |