summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/ssh-add.c
diff options
context:
space:
mode:
authorotto <otto@openbsd.org>2010-03-01 11:07:06 +0000
committerotto <otto@openbsd.org>2010-03-01 11:07:06 +0000
commit5f47b1a3402e856683233f1239acb517974f1b4a (patch)
treee61675ed34fde73d7ef4ea0517b33537d9b6f5bb /usr.bin/ssh/ssh-add.c
parenttweak previous; (diff)
downloadwireguard-openbsd-5f47b1a3402e856683233f1239acb517974f1b4a.tar.xz
wireguard-openbsd-5f47b1a3402e856683233f1239acb517974f1b4a.zip
zap what seems to be a left-over debug message; ok markus@
Diffstat (limited to 'usr.bin/ssh/ssh-add.c')
-rw-r--r--usr.bin/ssh/ssh-add.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.bin/ssh/ssh-add.c b/usr.bin/ssh/ssh-add.c
index fe9a6ce3a9d..929d6f66828 100644
--- a/usr.bin/ssh/ssh-add.c
+++ b/usr.bin/ssh/ssh-add.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ssh-add.c,v 1.93 2010/02/26 20:29:54 djm Exp $ */
+/* $OpenBSD: ssh-add.c,v 1.94 2010/03/01 11:07:06 otto Exp $ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
* Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -219,8 +219,7 @@ add_file(AuthenticationConnection *ac, const char *filename)
error("Certificate %s (%s) add failed", certpath,
private->cert->key_id);
}
- } else
- fprintf(stderr, "Unable to load certificate %s", certpath);
+ }
xfree(certpath);
xfree(comment);