[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.42 and 1.43

version 1.42, 2013/11/21 00:45:44 version 1.43, 2013/12/06 13:34:54
Line 81 
Line 81 
 char    *cipher_alg_list(char, int);  char    *cipher_alg_list(char, int);
 void     cipher_init(CipherContext *, const Cipher *, const u_char *, u_int,  void     cipher_init(CipherContext *, const Cipher *, const u_char *, u_int,
     const u_char *, u_int, int);      const u_char *, u_int, int);
 void     cipher_crypt(CipherContext *, u_int, u_char *, const u_char *,  int      cipher_crypt(CipherContext *, u_int, u_char *, const u_char *,
     u_int, u_int, u_int);      u_int, u_int, u_int);
 int      cipher_get_length(CipherContext *, u_int *, u_int,  int      cipher_get_length(CipherContext *, u_int *, u_int,
     const u_char *, u_int);      const u_char *, u_int);

Legend:
Removed from v.1.42  
changed lines
  Added in v.1.43