mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-29 18:27:29 +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(resumeMsg, 0, MSG32);
|
||||
msgSz = GETMSGSZ-1;
|
||||
msgSz = resumeSz = sizeof(msgGet) - 1;
|
||||
XMEMCPY(msg, msgGet, msgSz);
|
||||
|
||||
resumeSz = msgSz;
|
||||
XMEMCPY(resumeMsg, msgGet, resumeSz);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user