commit | 9592485d0cc53e994084f92e9de8bfd97a4fee2f | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Fri Mar 21 10:54:55 2014 +0100 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Fri Mar 21 12:03:07 2014 +0100 |
tree | 487201a865768c474fa71ce0bea59a9156e57af9 | |
parent | 3b6269aa0852abe03c7364e150a09982f44a865b [diff] [blame] |
Fix some MSVC12 conversion warnings
diff --git a/library/hmac_drbg.c b/library/hmac_drbg.c index 7a21092..c05717b 100644 --- a/library/hmac_drbg.c +++ b/library/hmac_drbg.c
@@ -414,7 +414,7 @@ 0xe8, 0x5f, 0x13, 0x0f, 0xc8, 0xa4, 0x59, 0xb7 }; /* "Entropy" from buffer */ -static int test_offset; +static size_t test_offset; static int hmac_drbg_self_test_entropy( void *data, unsigned char *buf, size_t len ) {