[makerom] Fixes issue #11

This commit is contained in:
jakcron
2015-11-20 15:07:58 +08:00
parent 127d1161e5
commit c2b89979c9
+1 -1
View File
@@ -774,7 +774,7 @@ int aes_crypt_ecb( aes_context *ctx,
*/ */
int aes_crypt_cbc( aes_context *ctx, int aes_crypt_cbc( aes_context *ctx,
int mode, int mode,
size_t length, uint64_t length,
unsigned char iv[16], unsigned char iv[16],
const unsigned char *input, const unsigned char *input,
unsigned char *output ) unsigned char *output )