]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix: nil: Add OpenSSL includes as needed
authorOndřej Surý <ondrej@isc.org>
Mon, 4 Nov 2024 23:36:09 +0000 (23:36 +0000)
committerOndřej Surý <ondrej@isc.org>
Mon, 4 Nov 2024 23:36:09 +0000 (23:36 +0000)
The isc/crypto.h now directly includes the OpenSSL headers (evp.h) and
any application that includes that header also needs to have
OPENSSL_CFLAGS in the Makefile.am.  Adjust the required automake files
as needed.

Merge branch 'ondrej/add-missing-OPENSSL_CFLAGS' into 'main'

See merge request isc-projects/bind9!9713


Trivial merge