forked from wolfSSL/wolfssl
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