artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
05265f1
)
Define LIBRESSL_HAS_QUIC
author
tb
<tb@openbsd.org>
Sun, 11 Sep 2022 17:36:34 +0000
(17:36 +0000)
committer
tb
<tb@openbsd.org>
Sun, 11 Sep 2022 17:36:34 +0000
(17:36 +0000)
ok jsing
lib/libcrypto/opensslfeatures.h
patch
|
blob
|
history
diff --git
a/lib/libcrypto/opensslfeatures.h
b/lib/libcrypto/opensslfeatures.h
index
49a5f15
..
48fcf40
100644
(file)
--- 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