diff options
author | 2001-06-06 23:19:35 +0000 | |
---|---|---|
committer | 2001-06-06 23:19:35 +0000 | |
commit | a343c88e6a56605f391d3598075f4a7056be3404 (patch) | |
tree | f032453c87bcebb9a8261398731b9de74e5b241e /usr.bin/ssh/ssh-add.c | |
parent | typo in comment (diff) | |
download | wireguard-openbsd-a343c88e6a56605f391d3598075f4a7056be3404.tar.xz wireguard-openbsd-a343c88e6a56605f391d3598075f4a7056be3404.zip |
remove debug message; Darren.Moffat@eng.sun.com
Diffstat (limited to 'usr.bin/ssh/ssh-add.c')
-rw-r--r-- | usr.bin/ssh/ssh-add.c | 3 |
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 (;;) { |