[openssh-commits] [openssh] 01/03: another ERR_load_CRYPTO_strings() vestige
git+noreply at mindrot.org
git+noreply at mindrot.org
Fri Mar 24 15:40:16 AEDT 2023
This is an automated email from the git hooks/post-receive script.
djm pushed a commit to branch master
in repository openssh.
commit cc5969c033a032d126ff78e5d95cf20abbede4c7
Author: Damien Miller <djm at mindrot.org>
Date: Fri Mar 24 15:34:05 2023 +1100
another ERR_load_CRYPTO_strings() vestige
---
regress/unittests/sshsig/tests.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/regress/unittests/sshsig/tests.c b/regress/unittests/sshsig/tests.c
index fdc3baeb..13cfcfde 100644
--- a/regress/unittests/sshsig/tests.c
+++ b/regress/unittests/sshsig/tests.c
@@ -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");
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list