]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
upstream: Remove unused OpenSSL includes,
authordtucker@openbsd.org <dtucker@openbsd.org>
Mon, 9 Feb 2026 21:38:14 +0000 (21:38 +0000)
committerDarren Tucker <dtucker@dtucker.net>
Wed, 11 Feb 2026 17:38:19 +0000 (12:38 -0500)
which are no longer used even when building with OPENSSL=yes.

OpenBSD-Commit-ID: 31adb21bf3f8f5c13cde59229f1b85c20f19a858

sshd-session.c

index fdaa401b91f21388beb4e240ca10b6d329e768da..d8dfc7432cf06980eab8143bd2e1e63d1375456c 100644 (file)
@@ -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:
 #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>