From 2883219edbb54d02d2954d8fec43b820e64a0b48 Mon Sep 17 00:00:00 2001 From: Jerry Yu Date: Sun, 30 Oct 2022 13:53:31 +0800 Subject: [PATCH] Improve output message Signed-off-by: Jerry Yu --- programs/ssl/ssl_client2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programs/ssl/ssl_client2.c b/programs/ssl/ssl_client2.c index 11c3ccc26..86a9c1e19 100644 --- a/programs/ssl/ssl_client2.c +++ b/programs/ssl/ssl_client2.c @@ -2241,7 +2241,7 @@ int main( int argc, char *argv[] ) "to an appropriate value.\n" " Alternatively, you may want to use " "auth_mode=optional for testing purposes if " - "server is not TLS 1.3.\n" + "not using TLS 1.3.\n" " For TLS 1.3 server, try `ca_path=/etc/ssl/certs/`" "or other folder that has root certificates\n" ); mbedtls_printf( "\n" );