summaryrefslogtreecommitdiffstats
path: root/ssh-add.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>1999-11-25 12:31:26 +1100
committerDamien Miller <djm@mindrot.org>1999-11-25 12:31:26 +1100
commitd8087f62d6974c812fb956429ec0dba801ab66d3 (patch)
treeadfca9704220cd07dc9c1e501041bf755a825898 /ssh-add.c
parent78224a06657a741d9a25347d2b68b182eccd925a (diff)
- Added BSD compatible install program and autoconf test, thanks to
Niels Kristian Bech Jensen <nkbj@image.dk> - Solaris fixing, thanks to Ben Taylor <bent@clark.net>
Diffstat (limited to 'ssh-add.c')
-rw-r--r--ssh-add.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/ssh-add.c b/ssh-add.c
index 711ae126..2d0dad40 100644
--- a/ssh-add.c
+++ b/ssh-add.c
@@ -7,7 +7,7 @@
*/
#include "includes.h"
-RCSID("$Id: ssh-add.c,v 1.14 1999/11/25 00:54:59 damien Exp $");
+RCSID("$Id: ssh-add.c,v 1.15 1999/11/25 01:31:26 damien Exp $");
#include "rsa.h"
#include "ssh.h"
@@ -203,8 +203,6 @@ main(int argc, char **argv)
/* check if RSA support exists */
if (rsa_alive() == 0) {
- extern char *__progname;
-
fprintf(stderr,
"%s: no RSA support in libssl and libcrypto. See ssl(8).\n",
__progname);