1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-01 10:06:53 +03:00

Fix some MSVC12 conversion warnings

This commit is contained in:
Manuel Pégourié-Gonnard
2014-03-21 10:54:55 +01:00
parent 3b6269aa08
commit 9592485d0c
3 changed files with 4 additions and 4 deletions

View File

@ -456,7 +456,7 @@ static const unsigned char result_nopr[16] =
{ 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 )
{