[openssh-commits] [openssh] 02/09: upstream: Remove now-unused openssl includes since sshd.c no longer
git+noreply at mindrot.org
git+noreply at mindrot.org
Thu Feb 12 05:00:01 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 bb2703365ede3b4e13fdfa1c250ac88408e75f38
Author: dtucker at openbsd.org <dtucker at openbsd.org>
AuthorDate: Mon Feb 9 21:21:39 2026 +0000
upstream: Remove now-unused openssl includes since sshd.c no longer
needs them, even when built with OpenSSL.
OpenBSD-Commit-ID: ceaa0394db1520e92d75c37eea58130d44ba93c9
---
sshd.c | 8 +-------
1 file changed, 1 insertion(+), 7 deletions(-)
diff --git a/sshd.c b/sshd.c
index e296ed789..0bea88927 100644
--- a/sshd.c
+++ b/sshd.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: sshd.c,v 1.625 2026/02/08 15:28:01 dtucker Exp $ */
+/* $OpenBSD: sshd.c,v 1.626 2026/02/09 21:21:39 dtucker Exp $ */
/*
* Copyright (c) 2000, 2001, 2002 Markus Friedl. All rights reserved.
* Copyright (c) 2002 Niels Provos. All rights reserved.
@@ -51,12 +51,6 @@
#include <unistd.h>
#include <limits.h>
-#ifdef WITH_OPENSSL
-#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