]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
upstream: Remove now-unused openssl includes since sshd.c no longer
authordtucker@openbsd.org <dtucker@openbsd.org>
Mon, 9 Feb 2026 21:21:39 +0000 (21:21 +0000)
committerDarren Tucker <dtucker@dtucker.net>
Wed, 11 Feb 2026 17:19:44 +0000 (12:19 -0500)
needs them, even when built with OpenSSL.

OpenBSD-Commit-ID: ceaa0394db1520e92d75c37eea58130d44ba93c9

sshd.c

diff --git a/sshd.c b/sshd.c
index e296ed7897ed4b9b871701b762c4f094d20e2cab..0bea8892763e79e9a46341506c33c6b77bb93373 100644 (file)
--- 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.
 #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>