- Updated for migration to size_t

This commit is contained in:
Paul Bakker
2011-04-24 15:53:29 +00:00
parent 8101cd2fc6
commit f4a3f301fd
6 changed files with 21 additions and 21 deletions

View File

@@ -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 );