summaryrefslogtreecommitdiffstats
path: root/crypto/openssh/cipher-aes.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssh/cipher-aes.c')
-rw-r--r--crypto/openssh/cipher-aes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/openssh/cipher-aes.c b/crypto/openssh/cipher-aes.c
index 3ea5949..bfda6d2 100644
--- a/crypto/openssh/cipher-aes.c
+++ b/crypto/openssh/cipher-aes.c
@@ -72,7 +72,7 @@ ssh_rijndael_init(EVP_CIPHER_CTX *ctx, const u_char *key, const u_char *iv,
static int
ssh_rijndael_cbc(EVP_CIPHER_CTX *ctx, u_char *dest, const u_char *src,
- u_int len)
+ LIBCRYPTO_EVP_INL_TYPE len)
{
struct ssh_rijndael_ctx *c;
u_char buf[RIJNDAEL_BLOCKSIZE];
OpenPOWER on IntegriCloud