Combine preproc check into one statement

This commit is contained in:
Juliusz Sosinowicz
2022-05-30 15:27:36 +02:00
parent 6245395f34
commit 8aa2da532c

View File

@ -13383,8 +13383,7 @@ exit_ppc:
FreeProcPeerCertArgs(ssl, args);
#endif /* WOLFSSL_ASYNC_CRYPT || WOLFSSL_NONBLOCK_OCSP || WOLFSSL_SMALL_STACK */
#if defined(WOLFSSL_ASYNC_CRYPT)
#elif defined(WOLFSSL_SMALL_STACK)
#if !defined(WOLFSSL_ASYNC_CRYPT) && defined(WOLFSSL_SMALL_STACK)
XFREE(args, ssl->heap, DYNAMIC_TYPE_TMP_BUFFER);
#endif