summaryrefslogtreecommitdiff
path: root/source4/heimdal/lib/hcrypto/aes.h
diff options
context:
space:
mode:
Diffstat (limited to 'source4/heimdal/lib/hcrypto/aes.h')
-rw-r--r--source4/heimdal/lib/hcrypto/aes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/heimdal/lib/hcrypto/aes.h b/source4/heimdal/lib/hcrypto/aes.h
index 23f8f5d0ab..273f1dd569 100644
--- a/source4/heimdal/lib/hcrypto/aes.h
+++ b/source4/heimdal/lib/hcrypto/aes.h
@@ -69,7 +69,7 @@ void AES_encrypt(const unsigned char *, unsigned char *, const AES_KEY *);
void AES_decrypt(const unsigned char *, unsigned char *, const AES_KEY *);
void AES_cbc_encrypt(const unsigned char *, unsigned char *,
- const unsigned long, const AES_KEY *,
+ unsigned long, const AES_KEY *,
unsigned char *, int);
#ifdef __cplusplus