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/ctr_drbg.c b/library/ctr_drbg.c index 3be65e1..3cb6341 100644 --- a/library/ctr_drbg.c +++ b/library/ctr_drbg.c
@@ -456,7 +456,7 @@ { 0xa0, 0x54, 0x30, 0x3d, 0x8a, 0x7e, 0xa9, 0x88, 0x9d, 0x90, 0x3e, 0x07, 0x7c, 0x6f, 0x21, 0x8f }; -static int test_offset; +static size_t test_offset; static int ctr_drbg_self_test_entropy( void *data, unsigned char *buf, size_t len ) {