summaryrefslogtreecommitdiff
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 711ae126e..2d0dad400 100644
--- a/ssh-add.c
+++ b/ssh-add.c
@@ -7,7 +7,7 @@
7 */ 7 */
8 8
9#include "includes.h" 9#include "includes.h"
10RCSID("$Id: ssh-add.c,v 1.14 1999/11/25 00:54:59 damien Exp $"); 10RCSID("$Id: ssh-add.c,v 1.15 1999/11/25 01:31:26 damien Exp $");
11 11
12#include "rsa.h" 12#include "rsa.h"
13#include "ssh.h" 13#include "ssh.h"
@@ -203,8 +203,6 @@ main(int argc, char **argv)
203 203
204 /* check if RSA support exists */ 204 /* check if RSA support exists */
205 if (rsa_alive() == 0) { 205 if (rsa_alive() == 0) {
206 extern char *__progname;
207
208 fprintf(stderr, 206 fprintf(stderr,
209 "%s: no RSA support in libssl and libcrypto. See ssl(8).\n", 207 "%s: no RSA support in libssl and libcrypto. See ssl(8).\n",
210 __progname); 208 __progname);