[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.17.2.2 and 1.17.2.3

version 1.17.2.2, 2000/11/08 21:30:35 version 1.17.2.3, 2001/03/12 15:44:09
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.17.2.2  
changed lines
  Added in v.1.17.2.3