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