From e4468e6d8dc5a8a7e49f2ba77ed55ce2b282d4a7 Mon Sep 17 00:00:00 2001 From: Pauli Date: Tue, 14 Jul 2020 09:40:29 +1000 Subject: deprecate engines in libcrypto Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/12226) --- crypto/asn1/ameth_lib.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'crypto/asn1/ameth_lib.c') diff --git a/crypto/asn1/ameth_lib.c b/crypto/asn1/ameth_lib.c index 8c7df51fe4..32074c460e 100644 --- a/crypto/asn1/ameth_lib.c +++ b/crypto/asn1/ameth_lib.c @@ -7,6 +7,9 @@ * https://www.openssl.org/source/license.html */ +/* We need to use some engine deprecated APIs */ +#define OPENSSL_SUPPRESS_DEPRECATED + #include "e_os.h" /* for strncasecmp */ #include "internal/cryptlib.h" #include -- cgit v1.2.3