Skip to content

Commit a785c39

Browse files
Merge pull request #6657 from kojo1/multibyte
multi-byte code
2 parents 3e63589 + 136738f commit a785c39

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

examples/client/client.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1862,7 +1862,9 @@ THREAD_RETURN WOLFSSL_THREAD client_test(void* args)
18621862
{ "wolfsentry-config", 1, 256 },
18631863
#endif
18641864
{ "help", 0, 257 },
1865+
#ifndef NO_MULTIBYTE_PRINT
18651866
{ "ヘルプ", 0, 258 },
1867+
#endif
18661868
#if defined(HAVE_PQC)
18671869
{ "pqc", 1, 259 },
18681870
#endif

examples/server/server.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1399,7 +1399,9 @@ THREAD_RETURN WOLFSSL_THREAD server_test(void* args)
13991399
{ "wolfsentry-config", 1, 256 },
14001400
#endif
14011401
{ "help", 0, 257 },
1402+
#ifndef NO_MULTIBYTE_PRINT
14021403
{ "ヘルプ", 0, 258 },
1404+
#endif
14031405
#if defined(HAVE_PQC)
14041406
{ "pqc", 1, 259 },
14051407
#endif

0 commit comments

Comments
 (0)