summaryrefslogtreecommitdiff
path: root/ssh.c
diff options
context:
space:
mode:
Diffstat (limited to 'ssh.c')
-rw-r--r--ssh.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ssh.c b/ssh.c
index cffd56676..c46243462 100644
--- a/ssh.c
+++ b/ssh.c
@@ -11,7 +11,7 @@
11 */ 11 */
12 12
13#include "includes.h" 13#include "includes.h"
14RCSID("$Id: ssh.c,v 1.28 2000/04/30 00:00:54 damien Exp $"); 14RCSID("$Id: ssh.c,v 1.29 2000/05/01 10:59:51 damien Exp $");
15 15
16#include <openssl/evp.h> 16#include <openssl/evp.h>
17#include <openssl/dsa.h> 17#include <openssl/dsa.h>
@@ -34,7 +34,7 @@ RCSID("$Id: ssh.c,v 1.28 2000/04/30 00:00:54 damien Exp $");
34#ifdef HAVE___PROGNAME 34#ifdef HAVE___PROGNAME
35extern char *__progname; 35extern char *__progname;
36#else /* HAVE___PROGNAME */ 36#else /* HAVE___PROGNAME */
37const char *__progname = "ssh"; 37static const char *__progname = "ssh";
38#endif /* HAVE___PROGNAME */ 38#endif /* HAVE___PROGNAME */
39 39
40/* Flag indicating whether IPv4 or IPv6. This can be set on the command line. 40/* Flag indicating whether IPv4 or IPv6. This can be set on the command line.