summaryrefslogtreecommitdiff
path: root/sshconnect.c
diff options
context:
space:
mode:
Diffstat (limited to 'sshconnect.c')
-rw-r--r--sshconnect.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/sshconnect.c b/sshconnect.c
index 12ca69fd6..b33f20958 100644
--- a/sshconnect.c
+++ b/sshconnect.c
@@ -35,11 +35,7 @@ char *client_version_string = NULL;
35char *server_version_string = NULL; 35char *server_version_string = NULL;
36 36
37extern Options options; 37extern Options options;
38#ifdef HAVE___PROGNAME
39extern char *__progname; 38extern char *__progname;
40#else /* HAVE___PROGNAME */
41static const char *__progname = "ssh";
42#endif /* HAVE___PROGNAME */
43 39
44/* 40/*
45 * Connect to the given ssh server using a proxy command. 41 * Connect to the given ssh server using a proxy command.