]> git.ipfire.org Git - thirdparty/bind9.git/commit
Suppress OpenSSL 3.0.0 deprecated declarations warning
authorMichal Nowak <mnowak@isc.org>
Mon, 1 Nov 2021 15:34:22 +0000 (16:34 +0100)
committerMichal Nowak <mnowak@isc.org>
Tue, 21 Dec 2021 10:24:17 +0000 (11:24 +0100)
commit64ac8d1b5d134998665ccb644efd65d296443b9f
treec7900f09ad35c94c5ca686b87294c484cdfd4972
parent10f9bdc9f73672b300d26ee6072bd83ac374d498
Suppress OpenSSL 3.0.0 deprecated declarations warning

Alpine Linux image has OpenSSL 3.0.0 from the "edge" repository to test
OpenSSL 3.0.0 support in the BIND 9 "main" branch. However, this breaks
compilation of branches without OpenSSL 3.0.0 support and therefore
OpenSSL deprecated declarations need to be suppressed with
-DOPENSSL_SUPPRESS_DEPRECATED.
.gitlab-ci.yml