]> git.ipfire.org Git - thirdparty/bind9.git/commit
Ignore the extra EVP_PKEY_get_bn_param() failures
authorOndřej Surý <ondrej@isc.org>
Mon, 9 Jan 2023 20:50:01 +0000 (21:50 +0100)
committerOndřej Surý <ondrej@isc.org>
Mon, 9 Jan 2023 21:10:17 +0000 (22:10 +0100)
commit504f3282e3e1a6ed4bd1718f0738dc89ea644eea
treefb7294e3f0a6460da8db353db1d83552ed44f9e1
parent51093a834b7cfceed2043eec528b9483045df18e
Ignore the extra EVP_PKEY_get_bn_param() failures

In opensslrsa_components_get(), ignore the extra EVP_PKEY_get_bn_param()
return codes as RSA key might not have all those components.
lib/dns/openssl_link.c
lib/dns/opensslrsa_link.c