Skip to content

Commit

Permalink
don't use obsolete ERR_load_CRYPTO_strings()
Browse files Browse the repository at this point in the history
OpenSSL (and elsewhere in OpenSSH) uses ERR_load_crypto_strings()
  • Loading branch information
djmdjm committed Mar 24, 2023
1 parent 3c527d5 commit 4974293
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion regress/unittests/test_helper/test_helper.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 4974293

Please sign in to comment.