We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3e63589 + 136738f commit a785c39Copy full SHA for a785c39
2 files changed
examples/client/client.c
@@ -1862,7 +1862,9 @@ THREAD_RETURN WOLFSSL_THREAD client_test(void* args)
1862
{ "wolfsentry-config", 1, 256 },
1863
#endif
1864
{ "help", 0, 257 },
1865
+#ifndef NO_MULTIBYTE_PRINT
1866
{ "ヘルプ", 0, 258 },
1867
+#endif
1868
#if defined(HAVE_PQC)
1869
{ "pqc", 1, 259 },
1870
examples/server/server.c
@@ -1399,7 +1399,9 @@ THREAD_RETURN WOLFSSL_THREAD server_test(void* args)
1399
1400
1401
1402
1403
1404
1405
1406
1407
0 commit comments