mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-02-18 16:33:01 +00:00
Disable timing_selftest() for now
This commit is contained in:
committed by
Paul Bakker
parent
17b85cbd69
commit
0f79babd4b
@@ -195,7 +195,10 @@ int main( int argc, char *argv[] )
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if defined(POLARSSL_TIMING_C)
|
||||
/*
|
||||
* Not reliable enough yet
|
||||
*/
|
||||
#if 0 && defined(POLARSSL_TIMING_C)
|
||||
if( ( ret = timing_self_test( v ) ) != 0 )
|
||||
return( ret );
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user