summaryrefslogtreecommitdiffstats
path: root/crypto/evp
diff options
context:
space:
mode:
authorTomas Mraz <tomas@openssl.org>2022-05-10 15:40:58 +0200
committerTomas Mraz <tomas@openssl.org>2022-05-13 08:33:39 +0200
commitacbd162f8859c8172f2b61a678e36993121a44da (patch)
treef6083fc811877a4047ab46e9cf9f427f01fe37c5 /crypto/evp
parentb381519ba00628266432a2659425abda6be5b48d (diff)
int_ctx_new(): Revert extra ossl_init_casecmp call
Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/18293)
Diffstat (limited to 'crypto/evp')
-rw-r--r--crypto/evp/pmeth_lib.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/crypto/evp/pmeth_lib.c b/crypto/evp/pmeth_lib.c
index b585410576..da367ed05f 100644
--- a/crypto/evp/pmeth_lib.c
+++ b/crypto/evp/pmeth_lib.c
@@ -27,7 +27,6 @@
#ifndef FIPS_MODULE
# include "crypto/asn1.h"
#endif
-#include "crypto/ctype.h"
#include "crypto/evp.h"
#include "crypto/dh.h"
#include "crypto/ec.h"
@@ -200,7 +199,6 @@ static EVP_PKEY_CTX *int_ctx_new(OSSL_LIB_CTX *libctx,
}
#ifndef FIPS_MODULE
if (keytype != NULL) {
- ossl_init_casecmp();
id = evp_pkey_name2type(keytype);
if (id == NID_undef)
id = -1;