[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.24 and 1.25

version 1.24, 2000/12/09 13:41:52 version 1.25, 2000/12/19 23:17:56
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.24  
changed lines
  Added in v.1.25