summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Buehler <tb@cvs.openbsd.org>2022-09-11 17:36:35 +0000
committerTheo Buehler <tb@cvs.openbsd.org>2022-09-11 17:36:35 +0000
commitd1edc6af459cbd0e5b06e04178b7b1a477c9f5b1 (patch)
tree2e0c4e3f3fed123a28685cb3ba434da127287d00
parenta17944db288d3716a5a31a28574764caf32eb003 (diff)
Define LIBRESSL_HAS_QUIC
ok jsing
-rw-r--r--lib/libcrypto/opensslfeatures.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libcrypto/opensslfeatures.h b/lib/libcrypto/opensslfeatures.h
index 49a5f15b597..48fcf40b28e 100644
--- a/lib/libcrypto/opensslfeatures.h
+++ b/lib/libcrypto/opensslfeatures.h
@@ -3,6 +3,7 @@
* are enabled, rather than not being able to tell when things are
* enabled (or possibly not yet not implemented, or removed!).
*/
+#define LIBRESSL_HAS_QUIC
#define LIBRESSL_HAS_TLS1_3
#define LIBRESSL_HAS_DTLS1_2