]> andersk Git - openssh.git/blobdiff - auth-chall.c
- djm@cvs.openbsd.org 2003/11/21 11:57:03
[openssh.git] / auth-chall.c
index dd55d6eb060ea2d9e494606be8b549d3229a98b6..a9d314dd2a659e83acc7397189ee8ad2239385f0 100644 (file)
@@ -84,7 +84,7 @@ verify_response(Authctxt *authctxt, const char *response)
                if ((device->query(authctxt->kbdintctxt, &name, &info,
                    &numprompts, &prompts, &echo_on)) != 0)
                        break;
-               if (numprompts == 0 && 
+               if (numprompts == 0 &&
                    device->respond(authctxt->kbdintctxt, 0, resp) == 0)
                        authenticated = 1;
 
This page took 0.21321 seconds and 4 git commands to generate.