From: tb Date: Sun, 31 Oct 2021 16:32:31 +0000 (+0000) Subject: Expose new API in headers and make X509 structs opaque. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=633619f2516e2ffee9ef5873a227702aefdabd82;p=openbsd Expose new API in headers and make X509 structs opaque. --- diff --git a/lib/libcrypto/opensslfeatures.h b/lib/libcrypto/opensslfeatures.h index ba80520c8ef..3b2c4cb0d9a 100644 --- a/lib/libcrypto/opensslfeatures.h +++ b/lib/libcrypto/opensslfeatures.h @@ -6,6 +6,9 @@ #define LIBRESSL_HAS_TLS1_3 #define LIBRESSL_HAS_DTLS1_2 +#define LIBRESSL_NEW_API +#define LIBRESSL_OPAQUE_X509 + #define OPENSSL_THREADS #define OPENSSL_NO_BUF_FREELISTS