diff options
Diffstat (limited to 'cipher.h')
-rw-r--r-- | cipher.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -68,8 +68,8 @@ u_int cipher_is_cbc(const struct sshcipher *); | |||
68 | 68 | ||
69 | u_int cipher_ctx_is_plaintext(struct sshcipher_ctx *); | 69 | u_int cipher_ctx_is_plaintext(struct sshcipher_ctx *); |
70 | 70 | ||
71 | int cipher_get_keyiv(struct sshcipher_ctx *, u_char *, u_int); | 71 | int cipher_get_keyiv(struct sshcipher_ctx *, u_char *, size_t); |
72 | int cipher_set_keyiv(struct sshcipher_ctx *, const u_char *); | 72 | int cipher_set_keyiv(struct sshcipher_ctx *, const u_char *, size_t); |
73 | int cipher_get_keyiv_len(const struct sshcipher_ctx *); | 73 | int cipher_get_keyiv_len(const struct sshcipher_ctx *); |
74 | 74 | ||
75 | #endif /* CIPHER_H */ | 75 | #endif /* CIPHER_H */ |