Use old convention, consolidate assignments

This commit is contained in:
kaleb-himes
2020-06-04 09:10:00 -06:00
parent 923fc30043
commit 2285071fbc

View File

@ -3082,10 +3082,8 @@ THREAD_RETURN WOLFSSL_THREAD client_test(void* args)
XMEMSET(msg, 0, MSG32);
XMEMSET(resumeMsg, 0, MSG32);
msgSz = GETMSGSZ-1;
msgSz = resumeSz = sizeof(msgGet) - 1;
XMEMCPY(msg, msgGet, msgSz);
resumeSz = msgSz;
XMEMCPY(resumeMsg, msgGet, resumeSz);
}