Skip to content

Commit

Permalink
fix for macro guard on free of clSuites
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobBarthelmeh committed Jan 21, 2025
1 parent 701c1f9 commit e90bd94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/internal.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit e90bd94

Please sign in to comment.