Changed mbedtls_platform_memset/cpy/cmp in selftest functions back to original methods

This commit is contained in:
Teppo Järvelin 2019-10-30 13:48:12 +02:00
parent 6f4e030166
commit d49d2b6d4f
9 changed files with 18 additions and 18 deletions

View file

@ -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++ )
{