diff options
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/libcrypto/opensslfeatures.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/libcrypto/opensslfeatures.h b/src/lib/libcrypto/opensslfeatures.h index 49a5f15b59..48fcf40b28 100644 --- a/src/lib/libcrypto/opensslfeatures.h +++ b/src/lib/libcrypto/opensslfeatures.h | |||
@@ -3,6 +3,7 @@ | |||
3 | * are enabled, rather than not being able to tell when things are | 3 | * are enabled, rather than not being able to tell when things are |
4 | * enabled (or possibly not yet not implemented, or removed!). | 4 | * enabled (or possibly not yet not implemented, or removed!). |
5 | */ | 5 | */ |
6 | #define LIBRESSL_HAS_QUIC | ||
6 | #define LIBRESSL_HAS_TLS1_3 | 7 | #define LIBRESSL_HAS_TLS1_3 |
7 | #define LIBRESSL_HAS_DTLS1_2 | 8 | #define LIBRESSL_HAS_DTLS1_2 |
8 | 9 | ||