diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2023-04-25 15:50:10 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2023-04-25 15:50:10 +0000 |
commit | 4c242d854abdd1efbf794a37150a9b74beac0984 (patch) | |
tree | 82b00b5e1e4e64274ecee1d00fd7391ca5a86c66 /lib/libcrypto | |
parent | e0895426e4ea258735460c75dc1a54bbb590ad8c (diff) |
Temporarily define LIBRESSL_NEXT_API in opensslfeatures.h
Diffstat (limited to 'lib/libcrypto')
-rw-r--r-- | lib/libcrypto/opensslfeatures.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libcrypto/opensslfeatures.h b/lib/libcrypto/opensslfeatures.h index 7c524c2a947..ca0133777e8 100644 --- a/lib/libcrypto/opensslfeatures.h +++ b/lib/libcrypto/opensslfeatures.h @@ -7,6 +7,8 @@ #define LIBRESSL_HAS_TLS1_3 #define LIBRESSL_HAS_DTLS1_2 +#define LIBRESSL_NEXT_API + #define OPENSSL_THREADS #define OPENSSL_NO_BUF_FREELISTS |