[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.145 and 1.146

version 1.145, 2001/09/28 15:46:29 version 1.146, 2001/10/01 21:38:53
Line 551 
Line 551 
   
         SSLeay_add_all_algorithms();          SSLeay_add_all_algorithms();
         ERR_load_crypto_strings();          ERR_load_crypto_strings();
           channel_set_af(IPv4or6);
   
         /* Initialize the command to execute on remote host. */          /* Initialize the command to execute on remote host. */
         buffer_init(&command);          buffer_init(&command);

Legend:
Removed from v.1.145  
changed lines
  Added in v.1.146