mirror of
https://github.com/ckolivas/lrzip.git
synced 2026-04-21 06:03:54 +00:00
Better make length a long long int in aes_crypt_cbc just in case.
This commit is contained in:
parent
7e71d8689f
commit
b302e6b9ad
2 changed files with 2 additions and 2 deletions
2
aes.c
2
aes.c
|
|
@ -754,7 +754,7 @@ int aes_crypt_ecb( aes_context *ctx,
|
|||
*/
|
||||
int aes_crypt_cbc( aes_context *ctx,
|
||||
int mode,
|
||||
int length,
|
||||
long long int length,
|
||||
unsigned char iv[16],
|
||||
const unsigned char *input,
|
||||
unsigned char *output )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue