Skip to content

Commit b88803c

Browse files
committed
Fix formatting
1 parent e96a65a commit b88803c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/crl.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,8 @@ static int CheckCertCRLList(WOLFSSL_CRL* crl, byte* issuerHash, byte* serial,
438438
serialHash, crle->totalCerts);
439439
if (ret != 0)
440440
break;
441-
} else if (foundEntry == 0) {
441+
}
442+
else if (foundEntry == 0) {
442443
ret = ASN_AFTER_DATE_E;
443444
}
444445
}

0 commit comments

Comments
 (0)