[BACK]Return to ssh.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/ssh.c between version 1.13 and 1.14

version 1.13, 1999/09/30 04:10:28 version 1.14, 1999/09/30 04:30:03
Line 218 
Line 218 
   /* Save our own name. */    /* Save our own name. */
   av0 = av[0];    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 option structure to indicate that no values have been set. */
   initialize_options(&options);    initialize_options(&options);
   

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14