TEST: Remove use of EVP_PKEY_set_alias_type() in test/evp_extra_test.c
authorRichard Levitte <levitte@openssl.org>
Wed, 23 Sep 2020 04:18:06 +0000 (06:18 +0200)
committerRichard Levitte <levitte@openssl.org>
Fri, 25 Sep 2020 09:07:42 +0000 (11:07 +0200)
commit8a288609b12488b5e2dbca28ea54c3dd2c0de15b
treee0a44cd7926be45f445f3d366b18f6adc283556c
parent14711fffbf2726f94d6a05d8f9cbae7fe7a4bc09
TEST: Remove use of EVP_PKEY_set_alias_type() in test/evp_extra_test.c

We already test EVP_PKEY_set_alias_type() quite thoroughly in
test/ecdsatest.c, that should be enough.

Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/12920)
test/evp_extra_test.c