summaryrefslogtreecommitdiff
path: root/sshconnect1.c
diff options
context:
space:
mode:
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 @@
13 */ 13 */
14 14
15#include "includes.h" 15#include "includes.h"
16RCSID("$OpenBSD: sshconnect1.c,v 1.39 2001/07/05 20:32:47 stevesk Exp $"); 16RCSID("$OpenBSD: sshconnect1.c,v 1.40 2001/09/27 15:31:17 markus Exp $");
17 17
18#include <openssl/bn.h> 18#include <openssl/bn.h>
19#include <openssl/evp.h> 19#include <openssl/evp.h>
@@ -820,9 +820,9 @@ try_challenge_response_authentication(void)
820 u_int clen; 820 u_int clen;
821 char prompt[1024]; 821 char prompt[1024];
822 char *challenge, *response; 822 char *challenge, *response;
823 823
824 debug("Doing challenge reponse authentication."); 824 debug("Doing challenge response authentication.");
825 825
826 for (i = 0; i < options.number_of_password_prompts; i++) { 826 for (i = 0; i < options.number_of_password_prompts; i++) {
827 /* request a challenge */ 827 /* request a challenge */
828 packet_start(SSH_CMSG_AUTH_TIS); 828 packet_start(SSH_CMSG_AUTH_TIS);