diff --git a/sbin/decryptcore/decryptcore.c b/sbin/decryptcore/decryptcore.c index 8f80c948b341..04892395a542 100644 --- a/sbin/decryptcore/decryptcore.c +++ b/sbin/decryptcore/decryptcore.c @@ -182,7 +182,7 @@ decrypt(int ofd, const char *privkeyfile, const char *keyfile, } ERR_load_crypto_strings(); #else - OPENSSL_init_crypto(0, NULL); + OPENSSL_init_crypto(OPENSSL_INIT_LOAD_CONFIG, NULL); #endif caph_cache_catpages();