[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.74 and 1.75

version 1.74, 2005/05/23 23:32:46 version 1.75, 2005/06/09 13:43:49
Line 78 
Line 78 
         { "aes256-ctr",         SSH_CIPHER_SSH2, 16, 32, 0, evp_aes_128_ctr },          { "aes256-ctr",         SSH_CIPHER_SSH2, 16, 32, 0, evp_aes_128_ctr },
         { "acss@openssh.org",   SSH_CIPHER_SSH2, 16, 5, 0, EVP_acss },          { "acss@openssh.org",   SSH_CIPHER_SSH2, 16, 5, 0, EVP_acss },
   
         { NULL,                 SSH_CIPHER_INVALID, 0, 0, NULL }          { NULL,                 SSH_CIPHER_INVALID, 0, 0, 0, NULL }
 };  };
   
 /*--*/  /*--*/

Legend:
Removed from v.1.74  
changed lines
  Added in v.1.75