Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
per-allansson committed May 3, 2024
1 parent e96a65a commit b88803c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/crl.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}
Expand Down

0 comments on commit b88803c

Please sign in to comment.