* ldns-verify-zone accepts only one single zonefile as argument.
* bugfix #573: ldns-keygen write private keys with mode 0600.
Thanks Leon Weber
+ * Fix configure to make ldns compile with LibreSSL 2.0
1.6.17 2014-01-10
* Fix ldns_dnssec_zone_new_frm_fp_l to allow the last parsed line of a
ACX_WITH_SSL_OPTIONAL
-AC_CHECK_FUNCS([EVP_sha256])
+AC_CHECK_FUNCS([EVP_sha256 ENGINE_load_cryptodev])
# for macosx, see if glibtool exists and use that
# BSD's need to know the version...
case 'E':
ENGINE_load_builtin_engines();
ENGINE_load_dynamic();
+#ifdef HAVE_ENGINE_LOAD_CRYPTODEV
ENGINE_load_cryptodev();
+#endif
engine = ENGINE_by_id(optarg);
if (!engine) {
printf("No such engine: %s\n", optarg);