Add back timing selftest with new hardclock test

This commit is contained in:
Manuel Pégourié-Gonnard 2014-05-28 11:44:20 +02:00 committed by Paul Bakker
parent 7792198a46
commit e1ac0f8c5d
2 changed files with 30 additions and 12 deletions
programs/test

View file

@ -205,10 +205,7 @@ int main( int argc, char *argv[] )
#endif
#endif
/*
* Not reliable enough yet
*/
#if 0 && defined(POLARSSL_TIMING_C)
#if defined(POLARSSL_TIMING_C)
if( ( ret = timing_self_test( v ) ) != 0 )
return( ret );
#endif