diff options
| author | tb <> | 2022-09-11 17:36:34 +0000 |
|---|---|---|
| committer | tb <> | 2022-09-11 17:36:34 +0000 |
| commit | 8ff32812e5677a254847c26df72f51999742522e (patch) | |
| tree | 7c2cd8c1665eb146a0b850caff8440e682092262 /src/lib/libcrypto/opensslfeatures.h | |
| parent | 450676964345ddce4854693a15a41080426de582 (diff) | |
| download | openbsd-8ff32812e5677a254847c26df72f51999742522e.tar.gz openbsd-8ff32812e5677a254847c26df72f51999742522e.tar.bz2 openbsd-8ff32812e5677a254847c26df72f51999742522e.zip | |
Define LIBRESSL_HAS_QUIC
ok jsing
Diffstat (limited to 'src/lib/libcrypto/opensslfeatures.h')
| -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 | ||
