]> git.ipfire.org Git - thirdparty/bind9.git/commit
Cleanup support for specifying PKCS#11 engine as part of the label
authorOndřej Surý <ondrej@isc.org>
Wed, 22 Jan 2020 09:16:22 +0000 (10:16 +0100)
committerMichał Kępień <michal@isc.org>
Tue, 11 Feb 2020 09:32:11 +0000 (10:32 +0100)
commit95130a379c448a1dfe44cdc736d2abef53ed58a0
treec74ed3cbceb02fcb43be47c86bc6f287df6f707f
parente834548376c68f4809eaf9200378149c40a8954b
Cleanup support for specifying PKCS#11 engine as part of the label

The code for specifying OpenSSL PKCS#11 engine as part of the label
(e.g. -l "pkcs11:token=..." instead of -E pkcs11 -l "token=...")
was non-functional.  This commit just cleans the related code.

(cherry picked from commit a5c87d9d186e155553be0ae153bb50180f54fffd)
lib/dns/opensslrsa_link.c