From: Darren Tucker Date: Sun, 15 Feb 2026 18:31:52 +0000 (-0500) Subject: Remove obsolete comment referencing auth-chall.c. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d8b806a2e6cd50c729e5d2bad569955a1df33f63;p=thirdparty%2Fopenssh-portable.git Remove obsolete comment referencing auth-chall.c. It was removed in commit 6cb6dcff along with the rest of the SSH1 server support. --- diff --git a/auth-pam.c b/auth-pam.c index 1aba2dc5b..0b247421b 100644 --- a/auth-pam.c +++ b/auth-pam.c @@ -985,7 +985,6 @@ fake_password(const char *wire_password) return ret; } -/* XXX - see also comment in auth-chall.c:verify_response */ static int sshpam_respond(void *ctx, u_int num, char **resp) {