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
1 changed files with 1 additions and 1 deletions

View 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");