]> git.ipfire.org Git - thirdparty/bind9.git/commit
Always use OpenSSL_version() to print OpenSSL version
authorOndřej Surý <ondrej@isc.org>
Tue, 6 Aug 2024 09:22:05 +0000 (11:22 +0200)
committerOndřej Surý <ondrej@isc.org>
Tue, 6 Aug 2024 13:17:48 +0000 (15:17 +0200)
commitcd54f9d4b9fb0e0aa04e378828346167784fe660
tree278e40fb1a35d6d7a6a22803c20508c3010b69f4
parent495cf18c75433eadbb6e02d8c8e34381df441918
Always use OpenSSL_version() to print OpenSSL version

OpenSSL_version() first appeared in OpenSSL 1.1.0 and have been
available since LibreSSL 2.7.1 and OpenBSD 6.3, thus we can remove the
compatibility shims with older versions that are not supported anymore.
bin/named/main.c