]> git.ipfire.org Git - thirdparty/pdns.git/commit
libssl: Enable OpenSSL engine support for DNSdist only
authorRemi Gacogne <remi.gacogne@powerdns.com>
Fri, 26 Jul 2024 13:12:13 +0000 (15:12 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Fri, 26 Jul 2024 13:12:13 +0000 (15:12 +0200)
commit522c68174c3990d234d188b2865179653fefd033
treee1ff63d2f632ca1edef0908f22fe9017c1bca41c
parent80911713e98f27af124a83d45806f0e572b47812
libssl: Enable OpenSSL engine support for DNSdist only

Engine support is not used by the recursor or the authoritative server's
tools (`sdig`) so there is no need to enable it for them, especially
since it has now been deprecated for a while and trigger compilation
warnings.
pdns/libssl.cc