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

Diff for /src/usr.bin/ssh/cipher.c between version 1.35 and 1.36

version 1.35, 2000/10/13 18:59:13 version 1.36, 2000/10/14 10:01:15
Line 488 
Line 488 
                         xfree(ciphers);                          xfree(ciphers);
                         return 0;                          return 0;
                 } else {                  } else {
                         debug("cipher ok: %s [%s]", p, names);                          debug3("cipher ok: %s [%s]", p, names);
                 }                  }
         }          }
         debug("ciphers ok: [%s]", names);          debug3("ciphers ok: [%s]", names);
         xfree(ciphers);          xfree(ciphers);
         return 1;          return 1;
 }  }

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