[ssh-add.c]
zap what seems to be a left-over debug message; ok markus@
- jmc@cvs.openbsd.org 2010/02/26 22:09:28
[ssh-keygen.1 ssh.1 sshd.8]
tweak previous;
+ - 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@
20100302
- (tim) [config.guess config.sub] Bug 1722: Update to latest versions from
-/* $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
error("Certificate %s (%s) add failed", certpath,
private->cert->key_id);
}
- } else
- fprintf(stderr, "Unable to load certificate %s", certpath);
+ }
xfree(certpath);
xfree(comment);