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:
David Garske
2017-06-21 12:52:03 -07:00
parent d75a9f2436
commit fec75e445e

View File

@ -13021,7 +13021,7 @@ int SendCertificateStatus(WOLFSSL* ssl)
#ifdef WOLFSSL_SMALL_STACK
cert = (DecodedCert*)XMALLOC(sizeof(DecodedCert), ssl->heap,
DYNAMIC_TYPE_TMP_DCERT);
DYNAMIC_TYPE_DCERT);
if (cert == NULL)
return MEMORY_E;
#endif