From: dtucker@openbsd.org Date: Mon, 9 Feb 2026 21:38:14 +0000 (+0000) Subject: upstream: Remove unused OpenSSL includes, X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c3eaa953ae78e581d7ba2327beea35206a14bc1e;p=thirdparty%2Fopenssh-portable.git upstream: Remove unused OpenSSL includes, which are no longer used even when building with OPENSSL=yes. OpenBSD-Commit-ID: 31adb21bf3f8f5c13cde59229f1b85c20f19a858 --- 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 #include -#ifdef WITH_OPENSSL -#include -#include -#include -#include "openbsd-compat/openssl-compat.h" -#endif - #ifdef HAVE_SECUREWARE #include #include