summaryrefslogtreecommitdiff
path: root/ssh-add.c
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-06-09 01:38:24 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-06-09 01:38:24 +0000
commit5acb5d03edecae6ecbd062b9da9f7f4fde382287 (patch)
tree42d8e3e6a1af65c77f664474af6f4612400fad9e /ssh-add.c
parentc66d436f603c8e1d727dc55a8087e497701ca7f3 (diff)
downloadopenssh-git-5acb5d03edecae6ecbd062b9da9f7f4fde382287.tar.gz
- markus@cvs.openbsd.org 2001/06/06 23:19:35
[ssh-add.c] remove debug message; Darren.Moffat@eng.sun.com
Diffstat (limited to 'ssh-add.c')
-rw-r--r--ssh-add.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/ssh-add.c b/ssh-add.c
index cf181ca4..9240b0d1 100644
--- a/ssh-add.c
+++ b/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>
@@ -125,7 +125,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 (;;) {