mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-03 04:34:41 +02:00
Fix unused variable
This commit is contained in:
@@ -480,6 +480,9 @@ static int SendStatelessReplyDtls13(const WOLFSSL* ssl, WolfSSL_CH* ch,
|
||||
PskInfo* pskInfo)
|
||||
{
|
||||
int ret = -1;
|
||||
|
||||
(void)pskInfo;
|
||||
|
||||
if (ch->cookie.size == 0) {
|
||||
TLSX* parsedExts = NULL;
|
||||
WolfSSL_ConstVector tlsx;
|
||||
|
Reference in New Issue
Block a user