summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorMarkus Friedl <markus@cvs.openbsd.org>2001-06-06 23:19:36 +0000
committerMarkus Friedl <markus@cvs.openbsd.org>2001-06-06 23:19:36 +0000
commit9044143746cd867590d255d0dfa2ef26cd71c710 (patch)
tree314cf30ce72bd36a645444194bbd33741200f4a4 /usr.bin
parentb61291405248ed8b34d2e8a301059897c138e35a (diff)
remove debug message; Darren.Moffat@eng.sun.com
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/ssh/ssh-add.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/ssh/ssh-add.c b/usr.bin/ssh/ssh-add.c
index 93a2be17fc5..aba5f3f5b13 100644
--- a/usr.bin/ssh/ssh-add.c
+++ b/usr.bin/ssh/ssh-add.c
@@ -35,7 +35,7 @@
*/
#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>
@@ -119,7 +119,6 @@ add_file(AuthenticationConnection *ac, const char *filename)
if (private == NULL) {
/* clear passphrase since it did not work */
clear_pass();
- printf("Need passphrase for %.200s\n", filename);
snprintf(msg, sizeof msg, "Enter passphrase for %.200s: ",
comment);
for (;;) {