Skip to content

Commit

Permalink
Merge pull request wolfSSL#7076 from douzzer/20231216-client_usage_ms…
Browse files Browse the repository at this point in the history
…g-array-length

20231216-client_usage_msg-array-length
  • Loading branch information
cconlon authored Dec 18, 2023
2 parents 64e48de + ff9fee7 commit 3e483f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/client/client.c
Original file line number Diff line number Diff line change
Expand Up @@ -1103,7 +1103,7 @@ static int ClientWriteRead(WOLFSSL* ssl, const char* msg, int msgSz,
/* 4. add the same message into Japanese section */
/* (will be translated later) */
/* 5. add printf() into suitable position of Usage() */
static const char* client_usage_msg[][70] = {
static const char* client_usage_msg[][75] = {
/* English */
{
" NOTE: All files relative to wolfSSL home dir\n", /* 0 */
Expand Down Expand Up @@ -1188,7 +1188,7 @@ static const char* client_usage_msg[][70] = {
" string 'scr-app-data' is passed in as the value and\n"
" Non-blocking sockets are enabled ('-N') then wolfSSL\n"
" sends a test message during the secure renegotiation.\n"
" The string parameter is optional.\n", /* 29 */
" The string parameter is optional.\n", /* 29 */
#endif
"-f Fewer packets/group messages\n", /* 30 */
#ifndef NO_CERTS
Expand Down

0 comments on commit 3e483f3

Please sign in to comment.