From 2603c38bf6a240a39d827738623f0fc50ce26d86 Mon Sep 17 00:00:00 2001 From: tb Date: Sun, 11 Sep 2022 17:36:34 +0000 Subject: [PATCH] Define LIBRESSL_HAS_QUIC ok jsing --- lib/libcrypto/opensslfeatures.h | 1 + 1 file changed, 1 insertion(+) 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 -- 2.20.1