[openssh-commits] [openssh] 01/02: upstream: ssherr-libcrypto: avoid use of deprecated
git+noreply at mindrot.org
git+noreply at mindrot.org
Wed Jul 1 09:57:35 AEST 2026
This is an automated email from the git hooks/post-receive script.
djm pushed a commit to branch master
in repository openssh.
commit aabe6d25498d9dc69fa21fbb14352fd4b3d5e9fa
Author: tb at openbsd.org <tb at openbsd.org>
AuthorDate: Tue Jun 30 03:42:53 2026 +0000
upstream: ssherr-libcrypto: avoid use of deprecated
ERR_load_crypto_strings()
Follow regress and use unchecked OPENSSL_init_crypto() because
ERR_load_crypto_strings() has been deprecated in OpenSSL 1.1.0.
This call can in principle fail, in which case there's a fallback
to generic error strings.
There is still use of OpenSSL 3.x-deprecated API in here. That's
a problem for someone else to solve.
ok djm
OpenBSD-Commit-ID: 3e9dc94caa83b361775b83a92425e858f8680c05
---
ssherr-libcrypto.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ssherr-libcrypto.c b/ssherr-libcrypto.c
index c825e1a66..8f84183f4 100644
--- a/ssherr-libcrypto.c
+++ b/ssherr-libcrypto.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ssherr-libcrypto.c,v 1.1 2026/02/06 23:31:29 dtucker Exp $ */
+/* $OpenBSD: ssherr-libcrypto.c,v 1.2 2026/06/30 03:42:53 tb Exp $ */
/*
* Copyright (c) 2026 Darren Tucker
*
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list