Skip to content

Commit

Permalink
Avoid mult-byte code error
Browse files Browse the repository at this point in the history
  • Loading branch information
kojo1 committed Jul 27, 2023
1 parent 58318f9 commit 136738f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/client/client.c
Original file line number Diff line number Diff line change
Expand Up @@ -1859,7 +1859,9 @@ THREAD_RETURN WOLFSSL_THREAD client_test(void* args)
{ "wolfsentry-config", 1, 256 },
#endif
{ "help", 0, 257 },
#ifndef NO_MULTIBYTE_PRINT
{ "ヘルプ", 0, 258 },
#endif
#if defined(HAVE_PQC)
{ "pqc", 1, 259 },
#endif
Expand Down
2 changes: 2 additions & 0 deletions examples/server/server.c
Original file line number Diff line number Diff line change
Expand Up @@ -1399,7 +1399,9 @@ THREAD_RETURN WOLFSSL_THREAD server_test(void* args)
{ "wolfsentry-config", 1, 256 },
#endif
{ "help", 0, 257 },
#ifndef NO_MULTIBYTE_PRINT
{ "ヘルプ", 0, 258 },
#endif
#if defined(HAVE_PQC)
{ "pqc", 1, 259 },
#endif
Expand Down

0 comments on commit 136738f

Please sign in to comment.