Fix unused variable

This commit is contained in:
Juliusz Sosinowicz
2023-01-26 19:54:30 +01:00
parent 57dccc4cf4
commit 969c610ef7

View File

@@ -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;