diff options
author | mouring <mouring> | 2001-10-03 17:12:43 +0000 |
---|---|---|
committer | mouring <mouring> | 2001-10-03 17:12:43 +0000 |
commit | c54f3c5a16e76bb9f993fc25cc4c30f6951a3bde (patch) | |
tree | e925344cedf9a20f9281276e8449194e8961f24f /sshconnect1.c | |
parent | ef02c5d8fe303aeaa1cf1c6ef2e50260d0acdf80 (diff) | |
download | openssh-c54f3c5a16e76bb9f993fc25cc4c30f6951a3bde.tar.gz |
- markus@cvs.openbsd.org 2001/09/27 15:31:17
[auth2.c auth2-chall.c sshconnect1.c]
typos; from solar
Diffstat (limited to 'sshconnect1.c')
-rw-r--r-- | sshconnect1.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sshconnect1.c b/sshconnect1.c index 8575081e..05cd9f6d 100644 --- a/sshconnect1.c +++ b/sshconnect1.c @@ -13,7 +13,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: sshconnect1.c,v 1.39 2001/07/05 20:32:47 stevesk Exp $"); +RCSID("$OpenBSD: sshconnect1.c,v 1.40 2001/09/27 15:31:17 markus Exp $"); #include <openssl/bn.h> #include <openssl/evp.h> @@ -820,9 +820,9 @@ try_challenge_response_authentication(void) u_int clen; char prompt[1024]; char *challenge, *response; - - debug("Doing challenge reponse authentication."); - + + debug("Doing challenge response authentication."); + for (i = 0; i < options.number_of_password_prompts; i++) { /* request a challenge */ packet_start(SSH_CMSG_AUTH_TIS); |