From: tb Date: Sun, 11 Sep 2022 17:36:34 +0000 (+0000) Subject: Define LIBRESSL_HAS_QUIC X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=2603c38bf6a240a39d827738623f0fc50ce26d86;p=openbsd Define LIBRESSL_HAS_QUIC ok jsing --- 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