]> git.ipfire.org Git - thirdparty/bind9.git/commit
Add ENGINE_init and ENGINE_finish calls
authorPetr Menšík <pemensik@redhat.com>
Wed, 7 Sep 2022 11:46:31 +0000 (13:46 +0200)
committerMark Andrews <marka@isc.org>
Fri, 23 Sep 2022 04:05:16 +0000 (14:05 +1000)
commit306f1008cc52258571eac6853c9ed6e4436d77ec
tree91382ab71ee4de2939631fd7045635f98550b0c9
parentda4eae91b5453b500900dfe37674857ea5c49b40
Add ENGINE_init and ENGINE_finish calls

According to manual page of ENGINE_init, it should be called explicitly
before any key operations happens. Make it active whole lifetime.

(cherry picked from commit 71a8f1e7cd83075416a4edd71572c9aec0ec49d5)
lib/dns/openssl_link.c