[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.349 and 1.350

version 1.349, 2010/08/31 11:54:45 version 1.350, 2010/08/31 12:33:38
Line 586 
Line 586 
         if (!host)          if (!host)
                 usage();                  usage();
   
         SSLeay_add_all_algorithms();          OpenSSL_add_all_algorithms();
         ERR_load_crypto_strings();          ERR_load_crypto_strings();
   
         /* Initialize the command to execute on remote host. */          /* Initialize the command to execute on remote host. */

Legend:
Removed from v.1.349  
changed lines
  Added in v.1.350