mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-02-19 00:39:46 +00:00
Add back timing selftest with new hardclock test
This commit is contained in:
committed by
Paul Bakker
parent
7792198a46
commit
e1ac0f8c5d
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user