mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-26 07:15:36 +02:00
don't use obsolete ERR_load_CRYPTO_strings()
OpenSSL (and elsewhere in OpenSSH) uses ERR_load_crypto_strings()
This commit is contained in:
parent
3c527d55f9
commit
4974293899
@ -131,7 +131,7 @@ main(int argc, char **argv)
|
|||||||
|
|
||||||
seed_rng();
|
seed_rng();
|
||||||
#ifdef WITH_OPENSSL
|
#ifdef WITH_OPENSSL
|
||||||
ERR_load_CRYPTO_strings();
|
ERR_load_crypto_strings();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Handle systems without __progname */
|
/* Handle systems without __progname */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user