=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/ssh.c,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- src/usr.bin/ssh/ssh.c 1999/09/30 04:10:28 1.13 +++ src/usr.bin/ssh/ssh.c 1999/09/30 04:30:03 1.14 @@ -18,7 +18,7 @@ */ #include "includes.h" -RCSID("$Id: ssh.c,v 1.13 1999/09/30 04:10:28 deraadt Exp $"); +RCSID("$Id: ssh.c,v 1.14 1999/09/30 04:30:03 deraadt Exp $"); #include "xmalloc.h" #include "ssh.h" @@ -217,11 +217,6 @@ /* Save our own name. */ av0 = av[0]; - -#ifdef SOCKS - /* Initialize SOCKS (the firewall traversal library). */ - SOCKSinit(av0); -#endif /* SOCKS */ /* Initialize option structure to indicate that no values have been set. */ initialize_options(&options);