mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 10:47:28 +02:00
Use old convention, consolidate assignments
This commit is contained in:
@ -3082,10 +3082,8 @@ THREAD_RETURN WOLFSSL_THREAD client_test(void* args)
|
|||||||
|
|
||||||
XMEMSET(msg, 0, MSG32);
|
XMEMSET(msg, 0, MSG32);
|
||||||
XMEMSET(resumeMsg, 0, MSG32);
|
XMEMSET(resumeMsg, 0, MSG32);
|
||||||
msgSz = GETMSGSZ-1;
|
msgSz = resumeSz = sizeof(msgGet) - 1;
|
||||||
XMEMCPY(msg, msgGet, msgSz);
|
XMEMCPY(msg, msgGet, msgSz);
|
||||||
|
|
||||||
resumeSz = msgSz;
|
|
||||||
XMEMCPY(resumeMsg, msgGet, resumeSz);
|
XMEMCPY(resumeMsg, msgGet, resumeSz);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user