summaryrefslogtreecommitdiff
path: root/auth1.c
diff options
context:
space:
mode:
Diffstat (limited to 'auth1.c')
-rw-r--r--auth1.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/auth1.c b/auth1.c
index 1af30e0ec..2ba411243 100644
--- a/auth1.c
+++ b/auth1.c
@@ -10,7 +10,7 @@
10 */ 10 */
11 11
12#include "includes.h" 12#include "includes.h"
13RCSID("$OpenBSD: auth1.c,v 1.45 2002/11/21 23:03:51 deraadt Exp $"); 13RCSID("$OpenBSD: auth1.c,v 1.46 2003/01/23 00:03:00 djm Exp $");
14 14
15#include "xmalloc.h" 15#include "xmalloc.h"
16#include "rsa.h" 16#include "rsa.h"
@@ -285,7 +285,6 @@ do_authloop(Authctxt *authctxt)
285 debug("rcvd SSH_CMSG_AUTH_TIS_RESPONSE"); 285 debug("rcvd SSH_CMSG_AUTH_TIS_RESPONSE");
286 if (options.challenge_response_authentication == 1) { 286 if (options.challenge_response_authentication == 1) {
287 char *response = packet_get_string(&dlen); 287 char *response = packet_get_string(&dlen);
288 debug("got response '%s'", response);
289 packet_check_eom(); 288 packet_check_eom();
290 authenticated = verify_response(authctxt, response); 289 authenticated = verify_response(authctxt, response);
291 memset(response, 'r', dlen); 290 memset(response, 'r', dlen);