fix setting dynamic flag with ocsp and asn template

This commit is contained in:
JacobBarthelmeh
2022-10-26 10:31:50 -07:00
parent a26b89f66b
commit 33617588fc

View File

@ -34226,7 +34226,7 @@ static int DecodeResponseData(byte* source, word32* ioIndex,
XMEMSET(single->next->status, 0, sizeof(CertStatus));
/* Entry to be freed. */
single->isDynamic = 1;
single->next->isDynamic = 1;
/* used will be 0 (false) */
single = single->next;