summaryrefslogtreecommitdiff
path: root/ssh-add.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2010-03-03 10:25:41 +1100
committerDamien Miller <djm@mindrot.org>2010-03-03 10:25:41 +1100
commit0bd41861bb695824f2070ad7dbe3ed08d6c27e0a (patch)
tree9ec73e3c66e7e98219d55af9a2425cb533de86b4 /ssh-add.c
parent15f5b560b1542fa087d7462be416616104ab0be8 (diff)
- otto@cvs.openbsd.org 2010/03/01 11:07:06
[ssh-add.c] zap what seems to be a left-over debug message; ok markus@
Diffstat (limited to 'ssh-add.c')
-rw-r--r--ssh-add.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/ssh-add.c b/ssh-add.c
index a7963223a..ad9f7a83e 100644
--- a/ssh-add.c
+++ b/ssh-add.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: ssh-add.c,v 1.93 2010/02/26 20:29:54 djm Exp $ */ 1/* $OpenBSD: ssh-add.c,v 1.94 2010/03/01 11:07:06 otto Exp $ */
2/* 2/*
3 * Author: Tatu Ylonen <ylo@cs.hut.fi> 3 * Author: Tatu Ylonen <ylo@cs.hut.fi>
4 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland 4 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -223,8 +223,7 @@ add_file(AuthenticationConnection *ac, const char *filename)
223 error("Certificate %s (%s) add failed", certpath, 223 error("Certificate %s (%s) add failed", certpath,
224 private->cert->key_id); 224 private->cert->key_id);
225 } 225 }
226 } else 226 }
227 fprintf(stderr, "Unable to load certificate %s", certpath);
228 227
229 xfree(certpath); 228 xfree(certpath);
230 xfree(comment); 229 xfree(comment);