]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
Fixup
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Mon, 3 Jul 2017 13:44:17 +0000 (13:44 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Mon, 3 Jul 2017 13:44:17 +0000 (13:44 +0000)
git-svn-id: file:///svn/unbound/trunk@4261 be551aaa-1e26-0410-a405-d3ace91eadb9

daemon/daemon.c

index e95dbfbc335f1485db2e4f6724318d8abace314b..e90bcdd1ad828ac1ef24a2ea63b2a72fa067d674 100644 (file)
@@ -221,7 +221,7 @@ daemon_init(void)
 #  ifdef HAVE_ERR_LOAD_CRYPTO_STRINGS
        ERR_load_crypto_strings();
 #  endif
-#if OPENSSL_VERSION_NUMBER < 0x10100000 || !defined(HAVE_OPENSSL_INIT_CRYPTO)
+#if OPENSSL_VERSION_NUMBER < 0x10100000 || !defined(HAVE_OPENSSL_INIT_SSL)
        ERR_load_SSL_strings();
 #endif
 #  ifdef USE_GOST