We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58318f9 commit 136738fCopy full SHA for 136738f
2 files changed
examples/client/client.c
@@ -1859,7 +1859,9 @@ THREAD_RETURN WOLFSSL_THREAD client_test(void* args)
1859
{ "wolfsentry-config", 1, 256 },
1860
#endif
1861
{ "help", 0, 257 },
1862
+#ifndef NO_MULTIBYTE_PRINT
1863
{ "ヘルプ", 0, 258 },
1864
+#endif
1865
#if defined(HAVE_PQC)
1866
{ "pqc", 1, 259 },
1867
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