mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-21 21:36:21 +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
|
|
@ -405,7 +405,7 @@ static const unsigned char sha1_test_buf[3][57] =
|
|||
{ "" }
|
||||
};
|
||||
|
||||
static const int sha1_test_buflen[3] =
|
||||
static const size_t sha1_test_buflen[3] =
|
||||
{
|
||||
3, 56, 1000
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue