summaryrefslogtreecommitdiffstats
path: root/ssh-add.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>1999-11-23 11:24:32 +1100
committerDamien Miller <djm@mindrot.org>1999-11-23 11:24:32 +1100
commit3744b5191822525a69861c1bc035cf955be196a1 (patch)
tree6bfe45789d09f666ba68520dc3bd5ed83f8665cb /ssh-add.c
parent294df785b8f67a5890d1e49ba883d530cdfb534c (diff)
- Numerous little Solaris fixes
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 ba8a964b..a9591441 100644
--- a/ssh-add.c
+++ b/ssh-add.c
@@ -14,7 +14,7 @@ Adds an identity to the authentication server, or removes an identity.
*/
#include "includes.h"
-RCSID("$Id: ssh-add.c,v 1.11 1999/11/22 07:11:23 damien Exp $");
+RCSID("$Id: ssh-add.c,v 1.12 1999/11/23 00:24:32 damien Exp $");
#include "rsa.h"
#include "ssh.h"
@@ -184,8 +184,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);