[sshconnect1.c]
     spelling in error message; ok markus@
This commit is contained in:
Damien Miller 2002-04-23 20:56:02 +10:00
Родитель 7a8558d3ea
Коммит f61c01506f
2 изменённых файлов: 6 добавлений и 3 удалений

Просмотреть файл

@ -15,6 +15,9 @@
- stevesk@cvs.openbsd.org 2002/04/21 16:19:27
[sshd.8 sshd_config]
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
- (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
- 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 $

Просмотреть файл

@ -13,7 +13,7 @@
*/
#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/md5.h>
@ -891,7 +891,7 @@ try_challenge_response_authentication(void)
error("Permission denied, please try again.");
if (options.cipher == SSH_CIPHER_NONE)
log("WARNING: Encryption is disabled! "
"Reponse will be transmitted in clear text.");
"Response will be transmitted in clear text.");
response = read_passphrase(prompt, 0);
if (strcmp(response, "") == 0) {
xfree(response);