Option used added in string

This commit is contained in:
Philippe Antoine 2019-06-11 12:11:36 +02:00
parent 3ca5085f10
commit 7c9d72497d
2 changed files with 2 additions and 2 deletions

View File

@ -2013,7 +2013,7 @@ int main( int argc, char *argv[] )
#if defined(MBEDTLS_PLATFORM_TIME_ALT)
mbedtls_platform_set_time( dummy_constant_time );
#else
fprintf( stderr, "Warning: reproducible without constant time\n" );
fprintf( stderr, "Warning: reproducible option used without constant time\n" );
#endif
}
else

View File

@ -2832,7 +2832,7 @@ int main( int argc, char *argv[] )
#if defined(MBEDTLS_PLATFORM_TIME_ALT)
mbedtls_platform_set_time( dummy_constant_time );
#else
fprintf( stderr, "Warning: reproducible without constant time\n" );
fprintf( stderr, "Warning: reproducible option used without constant time\n" );
#endif
}
else