mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-27 01:24:16 +01:00
Run timing selftest on all platforms
This commit is contained in:
parent
3ab7b96f35
commit
e92617b586
@ -214,8 +214,7 @@ int main( int argc, char *argv[] )
|
|||||||
|
|
||||||
/* Slow tests last */
|
/* Slow tests last */
|
||||||
|
|
||||||
/* Not stable enough on Windows and FreeBSD yet */
|
#if defined(POLARSSL_TIMING_C)
|
||||||
#if __linux__ && defined(POLARSSL_TIMING_C)
|
|
||||||
if( ( ret = timing_self_test( v ) ) != 0 )
|
if( ( ret = timing_self_test( v ) ) != 0 )
|
||||||
return( ret );
|
return( ret );
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user