another ERR_load_CRYPTO_strings() vestige

This commit is contained in:
Damien Miller 2023-03-24 15:34:05 +11:00
parent 4974293899
commit cc5969c033
No known key found for this signature in database

View File

@ -87,7 +87,7 @@ tests(void)
#ifdef WITH_OPENSSL #ifdef WITH_OPENSSL
OpenSSL_add_all_algorithms(); OpenSSL_add_all_algorithms();
ERR_load_CRYPTO_strings(); ERR_load_crypto_strings();
#endif #endif
TEST_START("load data"); TEST_START("load data");