summaryrefslogtreecommitdiffstats
path: root/ssh.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-02-07 13:20:26 +1100
committerDamien Miller <djm@mindrot.org>2000-02-07 13:20:26 +1100
commit36143d785143daabda83962a0f34404a9abf0964 (patch)
tree7c25bfde7fae4a60484dde3782938f9155e83955 /ssh.c
parent8b171bc4cd9367e9dc99e53ebabcb0d04f9ba7da (diff)
- Removed SOCKS code. Will support through a ProxyCommand.
Diffstat (limited to 'ssh.c')
-rw-r--r--ssh.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/ssh.c b/ssh.c
index bf0ac6bd..351997ab 100644
--- a/ssh.c
+++ b/ssh.c
@@ -11,7 +11,7 @@
*/
#include "includes.h"
-RCSID("$Id: ssh.c,v 1.18 2000/01/22 23:32:04 damien Exp $");
+RCSID("$Id: ssh.c,v 1.19 2000/02/07 02:20:26 damien Exp $");
#include "xmalloc.h"
#include "ssh.h"
@@ -217,10 +217,6 @@ main(int ac, char **av)
/* Save our own name. */
av0 = av[0];
-#ifdef SOCKS
- SOCKSinit(av0);
-#endif /* SOCKS */
-
/* Initialize option structure to indicate that no values have been set. */
initialize_options(&options);