mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-22 16:55:42 +01:00
Disable timing_selftest() for now
This commit is contained in:
parent
17b85cbd69
commit
0f79babd4b
@ -326,6 +326,9 @@ void m_sleep( int milliseconds )
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* Checkup routine
|
* Checkup routine
|
||||||
|
*
|
||||||
|
* Warning: this is work in progress, some tests may not be reliable enough
|
||||||
|
* yet! False positives may happen.
|
||||||
*/
|
*/
|
||||||
int timing_self_test( int verbose )
|
int timing_self_test( int verbose )
|
||||||
{
|
{
|
||||||
|
@ -195,7 +195,10 @@ int main( int argc, char *argv[] )
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(POLARSSL_TIMING_C)
|
/*
|
||||||
|
* Not reliable enough yet
|
||||||
|
*/
|
||||||
|
#if 0 && 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