EVP_PKEY_paramgen_init: fix return check
authorPeiwei Hu <jlu.hpw@foxmail.com>
Sun, 14 Nov 2021 15:52:56 +0000 (23:52 +0800)
committerTomas Mraz <tomas@openssl.org>
Tue, 16 Nov 2021 16:32:17 +0000 (17:32 +0100)
commit6e0b05f3008a3f22105fd2bed9314b0bfa381f93
treebd96f31a34dda7b067425fac5a8992d879327390
parente2e5e72d5aec4d8d633cc5e9930f762da7973ab6
EVP_PKEY_paramgen_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/17030)
apps/dhparam.c
test/acvp_test.c
test/evp_extra_test.c