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

@ -418,7 +418,7 @@ static const unsigned char sha512_test_buf[3][113] =
{ "" }
};
static const int sha512_test_buflen[3] =
static const size_t sha512_test_buflen[3] =
{
3, 112, 1000
};