[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.52 and 1.53

version 1.52, 2017/05/07 23:12:57 version 1.53, 2018/09/13 02:08:33
Line 68 
Line 68 
   
 u_int    cipher_ctx_is_plaintext(struct sshcipher_ctx *);  u_int    cipher_ctx_is_plaintext(struct sshcipher_ctx *);
   
 int      cipher_get_keyiv(struct sshcipher_ctx *, u_char *, u_int);  int      cipher_get_keyiv(struct sshcipher_ctx *, u_char *, size_t);
 int      cipher_set_keyiv(struct sshcipher_ctx *, const u_char *);  int      cipher_set_keyiv(struct sshcipher_ctx *, const u_char *, size_t);
 int      cipher_get_keyiv_len(const struct sshcipher_ctx *);  int      cipher_get_keyiv_len(const struct sshcipher_ctx *);
   
 #endif                          /* CIPHER_H */  #endif                          /* CIPHER_H */

Legend:
Removed from v.1.52  
changed lines
  Added in v.1.53