forked from wolfSSL/wolfssl
Fix for build error in master from QAT fixes in PR #967. Odd that this build error didn’t show up till just now.
This commit is contained in:
@ -13021,7 +13021,7 @@ int SendCertificateStatus(WOLFSSL* ssl)
|
|||||||
|
|
||||||
#ifdef WOLFSSL_SMALL_STACK
|
#ifdef WOLFSSL_SMALL_STACK
|
||||||
cert = (DecodedCert*)XMALLOC(sizeof(DecodedCert), ssl->heap,
|
cert = (DecodedCert*)XMALLOC(sizeof(DecodedCert), ssl->heap,
|
||||||
DYNAMIC_TYPE_TMP_DCERT);
|
DYNAMIC_TYPE_DCERT);
|
||||||
if (cert == NULL)
|
if (cert == NULL)
|
||||||
return MEMORY_E;
|
return MEMORY_E;
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user