[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.50 and 1.51

version 1.50, 2017/04/30 23:15:04 version 1.51, 2017/05/04 01:33:21
Line 59 
Line 59 
 int      cipher_get_length(struct sshcipher_ctx *, u_int *, u_int,  int      cipher_get_length(struct sshcipher_ctx *, u_int *, u_int,
     const u_char *, u_int);      const u_char *, u_int);
 void     cipher_free(struct sshcipher_ctx *);  void     cipher_free(struct sshcipher_ctx *);
 int      cipher_set_key_string(struct sshcipher_ctx **,  
     const struct sshcipher *, const char *, int);  
 u_int    cipher_blocksize(const struct sshcipher *);  u_int    cipher_blocksize(const struct sshcipher *);
 u_int    cipher_keylen(const struct sshcipher *);  u_int    cipher_keylen(const struct sshcipher *);
 u_int    cipher_seclen(const struct sshcipher *);  u_int    cipher_seclen(const struct sshcipher *);

Legend:
Removed from v.1.50  
changed lines
  Added in v.1.51