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

Diff for /src/usr.bin/ssh/sshconnect2.c between version 1.24 and 1.25

version 1.24, 2000/10/11 20:27:24 version 1.25, 2000/10/12 09:59:19
Line 80 
Line 80 
                         options.ciphers = "3des-cbc";                          options.ciphers = "3des-cbc";
                 } else if (options.cipher == SSH_CIPHER_BLOWFISH) {                  } else if (options.cipher == SSH_CIPHER_BLOWFISH) {
                         options.ciphers = "blowfish-cbc";                          options.ciphers = "blowfish-cbc";
                   } else if (options.cipher == SSH_CIPHER_DES) {
                           fatal("cipher DES not supported for protocol version 2");
                 }                  }
         }          }
         if (options.ciphers != NULL) {          if (options.ciphers != NULL) {

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25