Skip to content

fix: nil: Add OpenSSL includes as needed

Ondřej Surý requested to merge ondrej/add-missing-OPENSSL_CFLAGS into main

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 request reports