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

Diff for /src/usr.bin/ssh/cipher.h between version 1.22 and 1.22.2.4

version 1.22, 2000/10/13 18:59:14 version 1.22.2.4, 2001/05/07 21:09:28
Line 103 
Line 103 
         void    (*decrypt)(CipherContext *, u_char *, const u_char *, u_int);          void    (*decrypt)(CipherContext *, u_char *, const u_char *, u_int);
 };  };
   
 unsigned int cipher_mask_ssh1(int client);  u_int cipher_mask_ssh1(int client);
 Cipher *cipher_by_name(const char *name);  Cipher *cipher_by_name(const char *name);
 Cipher *cipher_by_number(int id);  Cipher *cipher_by_number(int id);
 int cipher_number(const char *name);  int cipher_number(const char *name);

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.22.2.4