commit | 7c9d72497d754f430a9a41e60c145b73326ea9ef | [log] [tgz] |
---|---|---|
author | Philippe Antoine <contact@catenacyber.fr> | Tue Jun 11 12:11:36 2019 +0200 |
committer | Philippe Antoine <contact@catenacyber.fr> | Tue Jun 11 12:11:36 2019 +0200 |
tree | 4576ef78456b54949719780d824bef80854e8a96 | |
parent | 3ca5085f1089013688d24769e41f1d3cd0a97333 [diff] [blame] |
Option used added in string
diff --git a/programs/ssl/ssl_client2.c b/programs/ssl/ssl_client2.c index 189d0cf..3bb2e8f 100644 --- a/programs/ssl/ssl_client2.c +++ b/programs/ssl/ssl_client2.c
@@ -2013,7 +2013,7 @@ #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