mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-03 20:54: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)
|
PskInfo* pskInfo)
|
||||||
{
|
{
|
||||||
int ret = -1;
|
int ret = -1;
|
||||||
|
|
||||||
|
(void)pskInfo;
|
||||||
|
|
||||||
if (ch->cookie.size == 0) {
|
if (ch->cookie.size == 0) {
|
||||||
TLSX* parsedExts = NULL;
|
TLSX* parsedExts = NULL;
|
||||||
WolfSSL_ConstVector tlsx;
|
WolfSSL_ConstVector tlsx;
|
||||||
|
Reference in New Issue
Block a user