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

Diff for /src/usr.bin/ssh/sshconnect.c between version 1.60 and 1.61

version 1.60, 2000/04/04 15:30:51 version 1.61, 2000/04/04 21:37:27
Line 1728 
Line 1728 
         RSA_free(host_key);          RSA_free(host_key);
   
         if (options.cipher == SSH_CIPHER_NOT_SET) {          if (options.cipher == SSH_CIPHER_NOT_SET) {
                 if (cipher_mask() & supported_ciphers & (1 << ssh_cipher_default))                  if (cipher_mask1() & supported_ciphers & (1 << ssh_cipher_default))
                         options.cipher = ssh_cipher_default;                          options.cipher = ssh_cipher_default;
                 else {                  else {
                         debug("Cipher %s not supported, using %.100s instead.",                          debug("Cipher %s not supported, using %.100s instead.",

Legend:
Removed from v.1.60  
changed lines
  Added in v.1.61