From: Damien Miller Date: Fri, 24 Mar 2023 04:34:05 +0000 (+1100) Subject: another ERR_load_CRYPTO_strings() vestige X-Git-Tag: V_9_4_P1~134 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc5969c033a032d126ff78e5d95cf20abbede4c7;p=thirdparty%2Fopenssh-portable.git another ERR_load_CRYPTO_strings() vestige --- diff --git a/regress/unittests/sshsig/tests.c b/regress/unittests/sshsig/tests.c index fdc3baeb7..13cfcfde2 100644 --- a/regress/unittests/sshsig/tests.c +++ b/regress/unittests/sshsig/tests.c @@ -87,7 +87,7 @@ tests(void) #ifdef WITH_OPENSSL OpenSSL_add_all_algorithms(); - ERR_load_CRYPTO_strings(); + ERR_load_crypto_strings(); #endif TEST_START("load data");