prior to this loading of the configuration could fail without
an informative error message being logged.
#include <dns/acl.h>
#include <ns/listenlist.h>
+#include <ns/log.h>
static void
destroy(ns_listenlist_t *list);
if (!isc_tlsctx_load_dhparams(
sslctx, tls_params->dhparam_file))
{
+ isc_log_write(ns_lctx,
+ NS_LOGCATEGORY_GENERAL,
+ NS_LOGMODULE_INTERFACEMGR,
+ ISC_LOG_ERROR,
+ "loading of dhparam-file "
+ "'%s' failed",
+ tls_params->dhparam_file);
result = ISC_R_FAILURE;
goto tls_error;
}