[openssh-commits] [openssh] 04/09: upstream: Remove unused OpenSSL includes,
git+noreply at mindrot.org
git+noreply at mindrot.org
Thu Feb 12 05:00:03 AEDT 2026
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
commit c3eaa953ae78e581d7ba2327beea35206a14bc1e
Author: dtucker at openbsd.org <dtucker at openbsd.org>
AuthorDate: Mon Feb 9 21:38:14 2026 +0000
upstream: Remove unused OpenSSL includes,
which are no longer used even when building with OPENSSL=yes.
OpenBSD-Commit-ID: 31adb21bf3f8f5c13cde59229f1b85c20f19a858
---
sshd-session.c | 9 +--------
1 file changed, 1 insertion(+), 8 deletions(-)
diff --git a/sshd-session.c b/sshd-session.c
index fdaa401b9..d8dfc7432 100644
--- a/sshd-session.c
+++ b/sshd-session.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: sshd-session.c,v 1.19 2025/12/30 00:35:37 djm Exp $ */
+/* $OpenBSD: sshd-session.c,v 1.20 2026/02/09 21:38:14 dtucker Exp $ */
/*
* SSH2 implementation:
* Privilege Separation:
@@ -52,13 +52,6 @@
#include <unistd.h>
#include <limits.h>
-#ifdef WITH_OPENSSL
-#include <openssl/bn.h>
-#include <openssl/evp.h>
-#include <openssl/rand.h>
-#include "openbsd-compat/openssl-compat.h"
-#endif
-
#ifdef HAVE_SECUREWARE
#include <sys/security.h>
#include <prot.h>
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list