summaryrefslogtreecommitdiff
path: root/sshconnect1.c
diff options
context:
space:
mode:
authormouring <mouring>2001-10-03 17:12:43 +0000
committermouring <mouring>2001-10-03 17:12:43 +0000
commitc54f3c5a16e76bb9f993fc25cc4c30f6951a3bde (patch)
treee925344cedf9a20f9281276e8449194e8961f24f /sshconnect1.c
parentef02c5d8fe303aeaa1cf1c6ef2e50260d0acdf80 (diff)
downloadopenssh-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.c8
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);