[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.76 and 1.77

version 1.76, 2005/06/17 02:44:32 version 1.77, 2005/07/16 01:35:24
Line 231 
Line 231 
                 fatal("cipher_init: EVP_CipherInit: set key failed for %s",                  fatal("cipher_init: EVP_CipherInit: set key failed for %s",
                     cipher->name);                      cipher->name);
   
         if (cipher->discard_len > 0) {          if (cipher->discard_len > 0) {
                 junk = xmalloc(cipher->discard_len);                  junk = xmalloc(cipher->discard_len);
                 discard = xmalloc(cipher->discard_len);                  discard = xmalloc(cipher->discard_len);
                 if (EVP_Cipher(&cc->evp, discard, junk,                  if (EVP_Cipher(&cc->evp, discard, junk,

Legend:
Removed from v.1.76  
changed lines
  Added in v.1.77