fix for macro guard on free of clSuites

This commit is contained in:
JacobBarthelmeh
2025-01-21 14:00:10 -07:00
parent 2812baf5a9
commit 661f6b04a2

View File

@@ -38207,7 +38207,7 @@ static int DoSessionTicket(WOLFSSL* ssl, const byte* input, word32* inOutIdx,
#endif
out:
#if defined(WOLFSSL_SMALL_STACK) && !defined(OPENSSL_ALL)
#if defined(WOLFSSL_SMALL_STACK) && !defined(OPENSSL_EXTRA)
XFREE(clSuites, ssl->heap, DYNAMIC_TYPE_SUITES);
#endif
WOLFSSL_LEAVE("DoClientHello", ret);