diff --git a/wolfcrypt/src/asn.c b/wolfcrypt/src/asn.c index b46f7812d..373c71975 100644 --- a/wolfcrypt/src/asn.c +++ b/wolfcrypt/src/asn.c @@ -17480,7 +17480,7 @@ static int DecodeResponseData(byte* source, single->next->status = (CertStatus*)XMALLOC(sizeof(CertStatus), 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); single->next = NULL; return MEMORY_E;