NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
bin/59201: blocklistd: openssh: Remove leftover header
>Number: 59201
>Category: bin
>Synopsis: blocklistd: openssh: Remove leftover header
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: bin-bug-people
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Fri Mar 21 02:05:00 +0000 2025
>Originator: Jose Luis Duran
>Release: trunk
>Organization:
>Environment:
>Description:
The header pfilter.h is nolonger required in crypto/external/bsd/openssh/dist/auth2.c. It was somehow missed in -r1.32.
No functional change intended.
>How-To-Repeat:
Not applicable.
>Fix:
--- a/crypto/external/bsd/openssh/dist/auth2.c
+++ b/crypto/external/bsd/openssh/dist/auth2.c
@@ -55,7 +55,6 @@ __RCSID("$NetBSD: auth2.c,v 1.32 2024/10/09 01:49:20 rin Exp $");
#include "dispatch.h"
#include "pathnames.h"
#include "canohost.h"
-#include "pfilter.h"
#ifdef GSSAPI
#include "ssh-gss.h"
--
Jose Luis Duran
Home |
Main Index |
Thread Index |
Old Index