]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
another ERR_load_CRYPTO_strings() vestige
authorDamien Miller <djm@mindrot.org>
Fri, 24 Mar 2023 04:34:05 +0000 (15:34 +1100)
committerDamien Miller <djm@mindrot.org>
Fri, 24 Mar 2023 04:39:47 +0000 (15:39 +1100)
regress/unittests/sshsig/tests.c

index fdc3baeb7634759b72e23a4af5755976d4f3b1d8..13cfcfde210d4190d88e310a75e93e1e517147ba 100644 (file)
@@ -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");