mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-01 19:54:40 +02:00
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));
|
XMEMSET(single->next->status, 0, sizeof(CertStatus));
|
||||||
|
|
||||||
/* Entry to be freed. */
|
/* Entry to be freed. */
|
||||||
single->isDynamic = 1;
|
single->next->isDynamic = 1;
|
||||||
/* used will be 0 (false) */
|
/* used will be 0 (false) */
|
||||||
|
|
||||||
single = single->next;
|
single = single->next;
|
||||||
|
Reference in New Issue
Block a user