[sshconnect1.c]
     spelling in error message; ok markus@
This commit is contained in:
Damien Miller 2002-04-23 20:56:02 +10:00
parent 7a8558d3ea
commit f61c01506f
2 changed files with 6 additions and 3 deletions

View File

@ -15,6 +15,9 @@
- stevesk@cvs.openbsd.org 2002/04/21 16:19:27 - stevesk@cvs.openbsd.org 2002/04/21 16:19:27
[sshd.8 sshd_config] [sshd.8 sshd_config]
document default AFSTokenPassing no; ok deraadt@ document default AFSTokenPassing no; ok deraadt@
- stevesk@cvs.openbsd.org 2002/04/21 16:25:06
[sshconnect1.c]
spelling in error message; ok markus@
20020421 20020421
- (tim) [entropy.c.] Portability fix for SCO Unix 3.2v4.x (SCO OSR 3.0). - (tim) [entropy.c.] Portability fix for SCO Unix 3.2v4.x (SCO OSR 3.0).
@ -8281,4 +8284,4 @@
- Wrote replacements for strlcpy and mkdtemp - Wrote replacements for strlcpy and mkdtemp
- Released 1.0pre1 - Released 1.0pre1
$Id: ChangeLog,v 1.2066 2002/04/23 10:51:15 djm Exp $ $Id: ChangeLog,v 1.2067 2002/04/23 10:56:02 djm Exp $

View File

@ -13,7 +13,7 @@
*/ */
#include "includes.h" #include "includes.h"
RCSID("$OpenBSD: sshconnect1.c,v 1.49 2002/03/14 15:24:27 markus Exp $"); RCSID("$OpenBSD: sshconnect1.c,v 1.50 2002/04/21 16:25:06 stevesk Exp $");
#include <openssl/bn.h> #include <openssl/bn.h>
#include <openssl/md5.h> #include <openssl/md5.h>
@ -891,7 +891,7 @@ try_challenge_response_authentication(void)
error("Permission denied, please try again."); error("Permission denied, please try again.");
if (options.cipher == SSH_CIPHER_NONE) if (options.cipher == SSH_CIPHER_NONE)
log("WARNING: Encryption is disabled! " log("WARNING: Encryption is disabled! "
"Reponse will be transmitted in clear text."); "Response will be transmitted in clear text.");
response = read_passphrase(prompt, 0); response = read_passphrase(prompt, 0);
if (strcmp(response, "") == 0) { if (strcmp(response, "") == 0) {
xfree(response); xfree(response);