mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-09-25 10:58:56 +02:00
another ERR_load_CRYPTO_strings() vestige
This commit is contained in:
parent
4974293899
commit
cc5969c033
@ -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");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user