[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.34 and 1.35

version 1.34, 1999/11/17 09:51:57 version 1.35, 1999/11/18 14:00:49
Line 1348 
Line 1348 
     if (cipher_mask() & supported_ciphers & (1 << ssh_cipher_default))      if (cipher_mask() & supported_ciphers & (1 << ssh_cipher_default))
       options.cipher = ssh_cipher_default;        options.cipher = ssh_cipher_default;
     else {      else {
       debug("Cipher %d not supported, using %.100s instead.",        debug("Cipher %s not supported, using %.100s instead.",
             cipher_name(ssh_cipher_default),              cipher_name(ssh_cipher_default),
             cipher_name(SSH_FALLBACK_CIPHER));              cipher_name(SSH_FALLBACK_CIPHER));
       options.cipher = SSH_FALLBACK_CIPHER;        options.cipher = SSH_FALLBACK_CIPHER;

Legend:
Removed from v.1.34  
changed lines
  Added in v.1.35