summaryrefslogtreecommitdiff
path: root/sshconnect1.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2002-04-23 20:56:02 +1000
committerDamien Miller <djm@mindrot.org>2002-04-23 20:56:02 +1000
commitf61c01506f8f78ccaacb55ba750a847486da3e5e (patch)
treeb25f399a089bed37ce1567656a710aa299385eae /sshconnect1.c
parent7a8558d3ea81935888149c89ea9b4ee69ab8d458 (diff)
- stevesk@cvs.openbsd.org 2002/04/21 16:25:06
[sshconnect1.c] spelling in error message; ok markus@
Diffstat (limited to 'sshconnect1.c')
-rw-r--r--sshconnect1.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sshconnect1.c b/sshconnect1.c
index 3b5c7186f..d2024a2b7 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.49 2002/03/14 15:24:27 markus Exp $"); 16RCSID("$OpenBSD: sshconnect1.c,v 1.50 2002/04/21 16:25:06 stevesk Exp $");
17 17
18#include <openssl/bn.h> 18#include <openssl/bn.h>
19#include <openssl/md5.h> 19#include <openssl/md5.h>
@@ -891,7 +891,7 @@ try_challenge_response_authentication(void)
891 error("Permission denied, please try again."); 891 error("Permission denied, please try again.");
892 if (options.cipher == SSH_CIPHER_NONE) 892 if (options.cipher == SSH_CIPHER_NONE)
893 log("WARNING: Encryption is disabled! " 893 log("WARNING: Encryption is disabled! "
894 "Reponse will be transmitted in clear text."); 894 "Response will be transmitted in clear text.");
895 response = read_passphrase(prompt, 0); 895 response = read_passphrase(prompt, 0);
896 if (strcmp(response, "") == 0) { 896 if (strcmp(response, "") == 0) {
897 xfree(response); 897 xfree(response);