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

Fix MD selftest to use correct type and expose ret

This commit is contained in:
Andres Amaya Garcia
2017-07-21 14:57:26 +01:00
parent aa464ef23a
commit 2d0aa8be97
7 changed files with 57 additions and 35 deletions

View File

@ -380,7 +380,7 @@ static const unsigned char sha256_test_buf[3][57] =
{ "" }
};
static const int sha256_test_buflen[3] =
static const size_t sha256_test_buflen[3] =
{
3, 56, 1000
};