From 21de87b936c0d2989790284dca3d5c51796ca966 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Thu, 23 Jan 2003 17:41:20 +1100 Subject: - (djm) OpenBSD CVS Sync - djm@cvs.openbsd.org 2003/01/23 00:03:00 [auth1.c] Don't log TIS auth response; "get rid of it" - markus@ --- auth1.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'auth1.c') diff --git a/auth1.c b/auth1.c index 1af30e0e..2ba41124 100644 --- a/auth1.c +++ b/auth1.c @@ -10,7 +10,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: auth1.c,v 1.45 2002/11/21 23:03:51 deraadt Exp $"); +RCSID("$OpenBSD: auth1.c,v 1.46 2003/01/23 00:03:00 djm Exp $"); #include "xmalloc.h" #include "rsa.h" @@ -285,7 +285,6 @@ do_authloop(Authctxt *authctxt) debug("rcvd SSH_CMSG_AUTH_TIS_RESPONSE"); if (options.challenge_response_authentication == 1) { char *response = packet_get_string(&dlen); - debug("got response '%s'", response); packet_check_eom(); authenticated = verify_response(authctxt, response); memset(response, 'r', dlen); -- cgit v1.2.3