mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-24 00:06:32 +01:00
Fix MD selftest to use correct type and expose ret
This commit is contained in:
parent
aa464ef23a
commit
2d0aa8be97
7 changed files with 57 additions and 35 deletions
|
|
@ -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
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue