Fix formatting

This commit is contained in:
Per Allansson
2024-05-03 06:42:06 +02:00
parent e96a65a93d
commit b88803cbb3

View File

@ -438,7 +438,8 @@ static int CheckCertCRLList(WOLFSSL_CRL* crl, byte* issuerHash, byte* serial,
serialHash, crle->totalCerts);
if (ret != 0)
break;
} else if (foundEntry == 0) {
}
else if (foundEntry == 0) {
ret = ASN_AFTER_DATE_E;
}
}