summaryrefslogtreecommitdiff
path: root/ssh.c
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2004-07-17 14:07:42 +1000
committerDarren Tucker <dtucker@zip.com.au>2004-07-17 14:07:42 +1000
commitba6de952a00558e6d93b8c9edd81806a99716411 (patch)
tree64494eefd21fd267a2495e058082b2f9668b2402 /ssh.c
parent5d423f4eceb09c6e26946d4b190a765a3d96c34f (diff)
- (dtucker) [logintest.c scp.c sftp-server.c sftp.c ssh-add.c ssh-agent.c
ssh-keygen.c ssh-keyscan.c ssh-keysign.c ssh-rand-helper.c ssh.c sshd.c openbsd-compat/bsd-misc.c] Move "char *__progname" to bsd-misc.c. Reduces diff vs OpenBSD; ok mouring@, tested by tim@ too.
Diffstat (limited to 'ssh.c')
-rw-r--r--ssh.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/ssh.c b/ssh.c
index 767d99ca9..f0c284df0 100644
--- a/ssh.c
+++ b/ssh.c
@@ -76,11 +76,7 @@ RCSID("$OpenBSD: ssh.c,v 1.222 2004/06/23 14:31:01 dtucker Exp $");
76#include "scard.h" 76#include "scard.h"
77#endif 77#endif
78 78
79#ifdef HAVE___PROGNAME
80extern char *__progname; 79extern char *__progname;
81#else
82char *__progname;
83#endif
84 80
85/* Flag indicating whether debug mode is on. This can be set on the command line. */ 81/* Flag indicating whether debug mode is on. This can be set on the command line. */
86int debug_flag = 0; 82int debug_flag = 0;