mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-02-04 01:35:06 +01:00
Fix possible unused rhSize.
This commit is contained in:
@@ -3442,6 +3442,8 @@ static int DoHandShake(const byte* input, int* sslBytes,
|
||||
int ret = 0;
|
||||
WOLFSSL* ssl;
|
||||
|
||||
(void)rhSize;
|
||||
|
||||
#ifdef HAVE_MAX_FRAGMENT
|
||||
if (session->tlsFragBuf) {
|
||||
XMEMCPY(session->tlsFragBuf + session->tlsFragOffset, input, rhSize);
|
||||
|
||||
Reference in New Issue
Block a user