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();
|
||||
#ifdef WITH_OPENSSL
|
||||
ERR_load_CRYPTO_strings();
|
||||
ERR_load_crypto_strings();
|
||||
#endif
|
||||
|
||||
/* Handle systems without __progname */
|
||||
|
|
Loading…
Reference in New Issue