diff options
author | tb <> | 2023-04-25 15:50:09 +0000 |
---|---|---|
committer | tb <> | 2023-04-25 15:50:09 +0000 |
commit | d56aae88fbe08aeee80528571c4bdc6a91727db9 (patch) | |
tree | 576e4973dd9fa502769a7673e4daa6b64cb7d6ad /src | |
parent | 1bfc27bcf034746e06ea071f8e598f7248a60a9d (diff) | |
download | openbsd-d56aae88fbe08aeee80528571c4bdc6a91727db9.tar.gz openbsd-d56aae88fbe08aeee80528571c4bdc6a91727db9.tar.bz2 openbsd-d56aae88fbe08aeee80528571c4bdc6a91727db9.zip |
Temporarily define LIBRESSL_NEXT_API in opensslfeatures.h
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libcrypto/opensslfeatures.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/libcrypto/opensslfeatures.h b/src/lib/libcrypto/opensslfeatures.h index 7c524c2a94..ca0133777e 100644 --- a/src/lib/libcrypto/opensslfeatures.h +++ b/src/lib/libcrypto/opensslfeatures.h | |||
@@ -7,6 +7,8 @@ | |||
7 | #define LIBRESSL_HAS_TLS1_3 | 7 | #define LIBRESSL_HAS_TLS1_3 |
8 | #define LIBRESSL_HAS_DTLS1_2 | 8 | #define LIBRESSL_HAS_DTLS1_2 |
9 | 9 | ||
10 | #define LIBRESSL_NEXT_API | ||
11 | |||
10 | #define OPENSSL_THREADS | 12 | #define OPENSSL_THREADS |
11 | 13 | ||
12 | #define OPENSSL_NO_BUF_FREELISTS | 14 | #define OPENSSL_NO_BUF_FREELISTS |