From 615525bd4d6bbc56601fbdc82e7ac20344f48872 Mon Sep 17 00:00:00 2001 From: Tomas Mraz Date: Tue, 10 May 2022 15:40:58 +0200 Subject: int_ctx_new(): Revert extra OPENSSL_init_crypto() call Reviewed-by: Dmitry Belyavskiy Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/18282) --- crypto/evp/pmeth_lib.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'crypto/evp') diff --git a/crypto/evp/pmeth_lib.c b/crypto/evp/pmeth_lib.c index 45ab0a35fc..e58787a5ea 100644 --- a/crypto/evp/pmeth_lib.c +++ b/crypto/evp/pmeth_lib.c @@ -23,7 +23,7 @@ #include #include #include -#include "crypto/cryptlib.h" +#include "internal/cryptlib.h" #ifndef FIPS_MODULE # include "crypto/asn1.h" #endif @@ -199,7 +199,6 @@ static EVP_PKEY_CTX *int_ctx_new(OSSL_LIB_CTX *libctx, } #ifndef FIPS_MODULE if (keytype != NULL) { - OPENSSL_init_crypto(OPENSSL_INIT_BASE_ONLY, NULL); id = evp_pkey_name2type(keytype); if (id == NID_undef) id = -1; -- cgit v1.2.3