[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.347 and 1.348

version 1.347, 2010/08/12 23:34:39 version 1.348, 2010/08/16 04:06:06
Line 586 
Line 586 
         if (!host)          if (!host)
                 usage();                  usage();
   
         OpenSSL_add_all_algorithms();          SSLeay_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.347  
changed lines
  Added in v.1.348