diff options
| author | jsing <> | 2020-02-06 17:35:22 +0000 |
|---|---|---|
| committer | jsing <> | 2020-02-06 17:35:22 +0000 |
| commit | f43f6a498d6bc49242bfa95c90def218a5048a06 (patch) | |
| tree | 33e1550f6f9585a2f9b43f28a49abdf501b232f4 /src/lib/libssl/ssl_locl.h | |
| parent | 337afdf3cdc31fa52b550825eedb70f828a1aaab (diff) | |
| download | openbsd-f43f6a498d6bc49242bfa95c90def218a5048a06.tar.gz openbsd-f43f6a498d6bc49242bfa95c90def218a5048a06.tar.bz2 openbsd-f43f6a498d6bc49242bfa95c90def218a5048a06.zip | |
Re-enable the TLSv1.3 client since the known issues have been addressed.
ok tb@
Diffstat (limited to '')
| -rw-r--r-- | src/lib/libssl/ssl_locl.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/libssl/ssl_locl.h b/src/lib/libssl/ssl_locl.h index b3f7e9b2a5..f5f7a8348e 100644 --- a/src/lib/libssl/ssl_locl.h +++ b/src/lib/libssl/ssl_locl.h | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: ssl_locl.h,v 1.263 2020/02/06 13:14:17 jsing Exp $ */ | 1 | /* $OpenBSD: ssl_locl.h,v 1.264 2020/02/06 17:35:22 jsing 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 | * |
| @@ -186,11 +186,9 @@ __BEGIN_HIDDEN_DECLS | |||
| 186 | #define s2n(s,c) ((c[0]=(unsigned char)(((s)>> 8)&0xff), \ | 186 | #define s2n(s,c) ((c[0]=(unsigned char)(((s)>> 8)&0xff), \ |
| 187 | c[1]=(unsigned char)(((s) )&0xff)),c+=2) | 187 | c[1]=(unsigned char)(((s) )&0xff)),c+=2) |
| 188 | 188 | ||
| 189 | #if 0 | ||
| 190 | #ifndef LIBRESSL_HAS_TLS1_3_CLIENT | 189 | #ifndef LIBRESSL_HAS_TLS1_3_CLIENT |
| 191 | #define LIBRESSL_HAS_TLS1_3_CLIENT | 190 | #define LIBRESSL_HAS_TLS1_3_CLIENT |
| 192 | #endif | 191 | #endif |
| 193 | #endif | ||
| 194 | 192 | ||
| 195 | #if defined(LIBRESSL_HAS_TLS1_3_CLIENT) || defined(LIBRESSL_HAS_TLS1_3_SERVER) | 193 | #if defined(LIBRESSL_HAS_TLS1_3_CLIENT) || defined(LIBRESSL_HAS_TLS1_3_SERVER) |
| 196 | #define LIBRESSL_HAS_TLS1_3 | 194 | #define LIBRESSL_HAS_TLS1_3 |
