mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2026-04-04 14:08:39 +00:00
- Updated for migration to size_t
This commit is contained in:
parent
8101cd2fc6
commit
f4a3f301fd
6 changed files with 21 additions and 21 deletions
|
|
@ -76,7 +76,7 @@ dec_empty_buf:
|
|||
unsigned char encbuf[64];
|
||||
unsigned char decbuf[64];
|
||||
|
||||
int outlen = 0;
|
||||
size_t outlen = 0;
|
||||
|
||||
memset( key, 0, 32 );
|
||||
memset( iv , 0, 16 );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue