mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-29 18:27:29 +02:00
Address peer feedback
This commit is contained in:
@ -3082,7 +3082,7 @@ THREAD_RETURN WOLFSSL_THREAD client_test(void* args)
|
||||
|
||||
XMEMSET(msg, 0, MSG32);
|
||||
XMEMSET(resumeMsg, 0, MSG32);
|
||||
msgSz = resumeSz = sizeof(msgGet) - 1;
|
||||
msgSz = resumeSz = (int) XSTRLEN(msgGet);
|
||||
XMEMCPY(msg, msgGet, msgSz);
|
||||
XMEMCPY(resumeMsg, msgGet, resumeSz);
|
||||
}
|
||||
|
Reference in New Issue
Block a user