mirror of git://anongit.mindrot.org/openssh.git
another ERR_load_CRYPTO_strings() vestige
This commit is contained in:
parent
4974293899
commit
cc5969c033
|
@ -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");
|
||||
|
|
Loading…
Reference in New Issue