Module Name: src Committed By: christos Date: Fri Mar 21 14:05:14 UTC 2025
Modified Files: src/crypto/external/bsd/openssh/dist: auth2.c Log Message: PR/59201: Jose Luis Duran: Remove leftover header To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 src/crypto/external/bsd/openssh/dist/auth2.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/crypto/external/bsd/openssh/dist/auth2.c diff -u src/crypto/external/bsd/openssh/dist/auth2.c:1.32 src/crypto/external/bsd/openssh/dist/auth2.c:1.33 --- src/crypto/external/bsd/openssh/dist/auth2.c:1.32 Tue Oct 8 21:49:20 2024 +++ src/crypto/external/bsd/openssh/dist/auth2.c Fri Mar 21 10:05:14 2025 @@ -1,4 +1,4 @@ -/* $NetBSD: auth2.c,v 1.32 2024/10/09 01:49:20 rin Exp $ */ +/* $NetBSD: auth2.c,v 1.33 2025/03/21 14:05:14 christos Exp $ */ /* $OpenBSD: auth2.c,v 1.169 2024/05/17 00:30:23 djm Exp $ */ /* @@ -26,7 +26,7 @@ */ #include "includes.h" -__RCSID("$NetBSD: auth2.c,v 1.32 2024/10/09 01:49:20 rin Exp $"); +__RCSID("$NetBSD: auth2.c,v 1.33 2025/03/21 14:05:14 christos Exp $"); #include <sys/types.h> #include <sys/stat.h> @@ -55,7 +55,6 @@ __RCSID("$NetBSD: auth2.c,v 1.32 2024/10 #include "dispatch.h" #include "pathnames.h" #include "canohost.h" -#include "pfilter.h" #ifdef GSSAPI #include "ssh-gss.h"