diff options
author | tb <> | 2022-09-11 17:36:34 +0000 |
---|---|---|
committer | tb <> | 2022-09-11 17:36:34 +0000 |
commit | 8d51124ff253a5f8f11f6d1985e1cb5917eafec6 (patch) | |
tree | 7c2cd8c1665eb146a0b850caff8440e682092262 /src/lib | |
parent | 961cef34cb1f1979ebc4dadfb19fc2fac9c2149b (diff) | |
download | openbsd-8d51124ff253a5f8f11f6d1985e1cb5917eafec6.tar.gz openbsd-8d51124ff253a5f8f11f6d1985e1cb5917eafec6.tar.bz2 openbsd-8d51124ff253a5f8f11f6d1985e1cb5917eafec6.zip |
Define LIBRESSL_HAS_QUIC
ok jsing
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 | ||