+4344. [port] Address openssl version differences. [RT #42059]
+
--- 9.10.4b3 released ---
4342. [bug] 'rndc flushtree' could fail to clean the tree if there
rm->status = entropy_status;
#ifdef USE_ENGINE
+#if !defined(CONF_MFLAGS_DEFAULT_SECTION)
+ OPENSSL_config(NULL);
+#else
/*
* OPENSSL_config() can only be called a single time as of
* 1.0.2e so do the steps individually.
CONF_modules_load_file(NULL, NULL,
CONF_MFLAGS_DEFAULT_SECTION |
CONF_MFLAGS_IGNORE_MISSING_FILE);
+#endif
if (engine != NULL && *engine == '\0')
engine = NULL;