forked from wolfSSL/wolfssl
fix setting dynamic flag with ocsp and asn template
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user