[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.20 and 1.21

version 1.20, 2000/10/11 20:27:23 version 1.21, 2000/10/12 09:59:18
Line 97 
Line 97 
         void    (*decrypt)(CipherContext *, u_char *, const u_char *, u_int);          void    (*decrypt)(CipherContext *, u_char *, const u_char *, u_int);
 };  };
   
 unsigned int cipher_mask1();  unsigned 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.20  
changed lines
  Added in v.1.21