[ssh-add.c]
     remove debug message; Darren.Moffat@eng.sun.com
This commit is contained in:
Ben Lindstrom 2001-06-09 01:38:24 +00:00
parent c66d436f60
commit 5acb5d03ed
2 changed files with 5 additions and 3 deletions

View File

@ -59,6 +59,9 @@
- markus@cvs.openbsd.org 2001/06/06 23:13:54 - markus@cvs.openbsd.org 2001/06/06 23:13:54
[ssh-dss.c ssh-rsa.c] [ssh-dss.c ssh-rsa.c]
cleanup, remove old code cleanup, remove old code
- markus@cvs.openbsd.org 2001/06/06 23:19:35
[ssh-add.c]
remove debug message; Darren.Moffat@eng.sun.com
20010606 20010606
- OpenBSD CVS Sync - OpenBSD CVS Sync
@ -5570,4 +5573,4 @@
- Wrote replacements for strlcpy and mkdtemp - Wrote replacements for strlcpy and mkdtemp
- Released 1.0pre1 - Released 1.0pre1
$Id: ChangeLog,v 1.1264 2001/06/09 01:36:21 mouring Exp $ $Id: ChangeLog,v 1.1265 2001/06/09 01:38:24 mouring Exp $

View File

@ -35,7 +35,7 @@
*/ */
#include "includes.h" #include "includes.h"
RCSID("$OpenBSD: ssh-add.c,v 1.37 2001/05/02 16:41:20 markus Exp $"); RCSID("$OpenBSD: ssh-add.c,v 1.38 2001/06/06 23:19:35 markus Exp $");
#include <openssl/evp.h> #include <openssl/evp.h>
@ -125,7 +125,6 @@ add_file(AuthenticationConnection *ac, const char *filename)
if (private == NULL) { if (private == NULL) {
/* clear passphrase since it did not work */ /* clear passphrase since it did not work */
clear_pass(); clear_pass();
printf("Need passphrase for %.200s\n", filename);
snprintf(msg, sizeof msg, "Enter passphrase for %.200s: ", snprintf(msg, sizeof msg, "Enter passphrase for %.200s: ",
comment); comment);
for (;;) { for (;;) {