forked from wolfSSL/wolfssl
Remove excess space characters
This commit is contained in:
@ -17480,7 +17480,7 @@ static int DecodeResponseData(byte* source,
|
|||||||
|
|
||||||
single->next->status = (CertStatus*)XMALLOC(sizeof(CertStatus),
|
single->next->status = (CertStatus*)XMALLOC(sizeof(CertStatus),
|
||||||
resp->heap, DYNAMIC_TYPE_OCSP_STATUS);
|
resp->heap, DYNAMIC_TYPE_OCSP_STATUS);
|
||||||
if ( single->next->status == NULL ) {
|
if (single->next->status == NULL) {
|
||||||
XFREE(single->next, resp->heap, DYNAMIC_TYPE_OCSP_ENTRY);
|
XFREE(single->next, resp->heap, DYNAMIC_TYPE_OCSP_ENTRY);
|
||||||
single->next = NULL;
|
single->next = NULL;
|
||||||
return MEMORY_E;
|
return MEMORY_E;
|
||||||
|
Reference in New Issue
Block a user