mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-02-19 08:43:02 +00:00
Remove timing_m_sleep() -> net_usleep()
This commit is contained in:
@@ -1494,7 +1494,7 @@ reconnect:
|
||||
|
||||
#if defined(MBEDTLS_TIMING_C)
|
||||
if( opt.reco_delay > 0 )
|
||||
mbedtls_timing_m_sleep( 1000 * opt.reco_delay );
|
||||
mbedtls_net_usleep( 1000000 * opt.reco_delay );
|
||||
#endif
|
||||
|
||||
mbedtls_printf( " . Reconnecting with saved session..." );
|
||||
|
||||
Reference in New Issue
Block a user