]> git.ipfire.org Git - thirdparty/bind9.git/commit
load_pubkey_from_engine() should load public key
authorMatthijs Mekking <matthijs@isc.org>
Wed, 25 Nov 2020 08:23:57 +0000 (09:23 +0100)
committerMatthijs Mekking <matthijs@isc.org>
Tue, 26 Jan 2021 14:01:04 +0000 (15:01 +0100)
commit370285a62dd1fb5e29972c4160332c729ba67aeb
tree7c1140bf696fa5edfed7418d48be1d8ef3331a75
parent61ba7b9cba1044890c60b7f5f86bc44f75fff6ff
load_pubkey_from_engine() should load public key

The 'function load_pubkey_from_engine()' made a call to the libssl
function 'ENGINE_load_private_key'.  This is a copy paste error and
should be 'ENGINE_load_public_key'.
lib/dns/opensslecdsa_link.c