EVP_PKEY_keygen_init: fix return check
authorPeiwei Hu <jlu.hpw@foxmail.com>
Sun, 14 Nov 2021 16:05:04 +0000 (00:05 +0800)
committerTomas Mraz <tomas@openssl.org>
Tue, 16 Nov 2021 16:33:14 +0000 (17:33 +0100)
commitbf4ceeded1497c79e72fba4f9ff15febae58108d
tree43f9440ff190f53d5a5f3f89d7055f358613eb1b
parent6e0b05f3008a3f22105fd2bed9314b0bfa381f93
EVP_PKEY_keygen_init: fix return check

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/17031)
apps/dsaparam.c
test/evp_extra_test.c
test/evp_libctx_test.c