Run timing selftest on all platforms

This commit is contained in:
Manuel Pégourié-Gonnard 2015-07-06 17:19:27 +02:00
parent 3ab7b96f35
commit e92617b586

View File

@ -214,8 +214,7 @@ int main( int argc, char *argv[] )
/* Slow tests last */
/* Not stable enough on Windows and FreeBSD yet */
#if __linux__ && defined(POLARSSL_TIMING_C)
#if defined(POLARSSL_TIMING_C)
if( ( ret = timing_self_test( v ) ) != 0 )
return( ret );
#endif