[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.50 and 1.51

version 1.50, 2000/04/28 08:10:20 version 1.51, 2000/05/08 17:12:15
Line 359 
Line 359 
                         if (ciphers_valid(optarg)) {                          if (ciphers_valid(optarg)) {
                                 /* SSH2 only */                                  /* SSH2 only */
                                 options.ciphers = xstrdup(optarg);                                  options.ciphers = xstrdup(optarg);
                                   options.cipher = SSH_CIPHER_ILLEGAL;
                         } else {                          } else {
                                 /* SSH1 only */                                  /* SSH1 only */
                                 options.cipher = cipher_number(optarg);                                  options.cipher = cipher_number(optarg);

Legend:
Removed from v.1.50  
changed lines
  Added in v.1.51