aboutsummaryrefslogtreecommitdiff
path: root/eBones
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1995-01-25 02:27:00 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1995-01-25 02:27:00 +0000
commit5ba6fadf2fb6841d5743ac946fa55e06cc3b2f48 (patch)
tree1107e39bc61cd6c37489b117b50ab0093ae76525 /eBones
parentaf6b5090b9fa5941e0caa9b54fba775245d2a0d5 (diff)
Notes
Diffstat (limited to 'eBones')
-rw-r--r--eBones/des/read_pwd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/eBones/des/read_pwd.c b/eBones/des/read_pwd.c
index 8375f64be647..b5545d7f14b2 100644
--- a/eBones/des/read_pwd.c
+++ b/eBones/des/read_pwd.c
@@ -3,7 +3,7 @@
/* 06-Apr-92 Luke Brennan Support for VMS */
/*-
- * $Id: read_pwd.c,v 1.2 1994/07/19 19:22:05 g89r4222 Exp $
+ * $Id: read_pwd.c,v 1.1.1.1 1994/09/30 14:49:51 csgr Exp $
*/
#include "des_locl.h"
@@ -115,7 +115,7 @@ int des_read_pw_string(buf, length, prompt, verify)
s = getpass(prompt);
strncpy(buf, s, len);
if(verify) {
- printf("\nVerifying password"); fflush(stdout);
+ printf("Verifying password\n"); fflush(stdout);
if(strncmp(getpass(prompt), buf, len) != 0) {
printf("\nVerify failure - try again\n");
fflush(stdout);