[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.346 and 1.347

version 1.346, 2010/08/12 21:49:44 version 1.347, 2010/08/12 23:34:39
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.346  
changed lines
  Added in v.1.347