mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-30 22:43:08 +03:00
Option used added in string
This commit is contained in:
@ -2013,7 +2013,7 @@ int main( int argc, char *argv[] )
|
|||||||
#if defined(MBEDTLS_PLATFORM_TIME_ALT)
|
#if defined(MBEDTLS_PLATFORM_TIME_ALT)
|
||||||
mbedtls_platform_set_time( dummy_constant_time );
|
mbedtls_platform_set_time( dummy_constant_time );
|
||||||
#else
|
#else
|
||||||
fprintf( stderr, "Warning: reproducible without constant time\n" );
|
fprintf( stderr, "Warning: reproducible option used without constant time\n" );
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
@ -2832,7 +2832,7 @@ int main( int argc, char *argv[] )
|
|||||||
#if defined(MBEDTLS_PLATFORM_TIME_ALT)
|
#if defined(MBEDTLS_PLATFORM_TIME_ALT)
|
||||||
mbedtls_platform_set_time( dummy_constant_time );
|
mbedtls_platform_set_time( dummy_constant_time );
|
||||||
#else
|
#else
|
||||||
fprintf( stderr, "Warning: reproducible without constant time\n" );
|
fprintf( stderr, "Warning: reproducible option used without constant time\n" );
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Reference in New Issue
Block a user