Changed mbedtls_platform_memset/cpy/cmp in selftest functions back to original methods
This commit is contained in:
parent
6f4e030166
commit
d49d2b6d4f
9 changed files with 18 additions and 18 deletions
|
@ -527,7 +527,7 @@ int mbedtls_sha256_self_test( int verbose )
|
|||
|
||||
if( j == 2 )
|
||||
{
|
||||
mbedtls_platform_memset( buf, 'a', buflen = 1000 );
|
||||
memset( buf, 'a', buflen = 1000 );
|
||||
|
||||
for( j = 0; j < 1000; j++ )
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue