summaryrefslogtreecommitdiff
path: root/ssh-add.c
diff options
context:
space:
mode:
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 ba8a964b0..a95914417 100644
--- a/ssh-add.c
+++ b/ssh-add.c
@@ -14,7 +14,7 @@ Adds an identity to the authentication server, or removes an identity.
14*/ 14*/
15 15
16#include "includes.h" 16#include "includes.h"
17RCSID("$Id: ssh-add.c,v 1.11 1999/11/22 07:11:23 damien Exp $"); 17RCSID("$Id: ssh-add.c,v 1.12 1999/11/23 00:24:32 damien Exp $");
18 18
19#include "rsa.h" 19#include "rsa.h"
20#include "ssh.h" 20#include "ssh.h"
@@ -184,8 +184,6 @@ main(int argc, char **argv)
184 184
185 /* check if RSA support exists */ 185 /* check if RSA support exists */
186 if (rsa_alive() == 0) { 186 if (rsa_alive() == 0) {
187 extern char *__progname;
188
189 fprintf(stderr, 187 fprintf(stderr,
190 "%s: no RSA support in libssl and libcrypto. See ssl(8).\n", 188 "%s: no RSA support in libssl and libcrypto. See ssl(8).\n",
191 __progname); 189 __progname);