[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.32 and 1.33

version 1.32, 2000/10/11 20:27:23 version 1.33, 2000/10/11 20:45:21
Line 301 
Line 301 
                 SSH_CIPHER_NONE, 8, 0,                  SSH_CIPHER_NONE, 8, 0,
                 none_setkey, none_setiv,                  none_setkey, none_setiv,
                 none_crypt, none_crypt },                  none_crypt, none_crypt },
         { "des",  
                 SSH_CIPHER_DES, 8, 8,  
                 des_ssh1_setkey, des_ssh1_setiv,  
                 des_ssh1_encrypt, des_ssh1_decrypt },  
         { "3des",          { "3des",
                 SSH_CIPHER_3DES, 8, 16,                  SSH_CIPHER_3DES, 8, 16,
                 des3_ssh1_setkey, des3_setiv,                  des3_ssh1_setkey, des3_setiv,

Legend:
Removed from v.1.32  
changed lines
  Added in v.1.33