summaryrefslogtreecommitdiff
path: root/sshconnect1.c
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-10-03 17:12:43 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-10-03 17:12:43 +0000
commitbdfb4df08c8997247f365ca69dcd0b48bf783dc4 (patch)
tree385c6f29e2120e971594e1f3c4e556183dea40b0 /sshconnect1.c
parentae3de4b39e783b21eebb66cb56783ee18c997092 (diff)
- 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 8575081ed..05cd9f6d6 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);