Skip to content

Commit 0531706

Browse files
committed
fixup! csrv2multi: pending ca list
1 parent 3e58cfd commit 0531706

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/ocsp.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -599,9 +599,9 @@ static int CheckOcspResponderChain(OcspEntry* single, DecodedCert *cert,
599599
}
600600
ca = GetCAByName(cm, ca->issuerNameHash);
601601
#if defined(HAVE_CERTIFICATE_STATUS_REQUEST_V2)
602-
if (ca == NULL && pendingCAs != NULL) {
603-
ca = findSignerByName(pendingCAs, single->issuerHash);
604-
}
602+
if (ca == NULL && pendingCAs != NULL) {
603+
ca = findSignerByName(pendingCAs, single->issuerHash);
604+
}
605605
#endif
606606
}
607607
return passed;

0 commit comments

Comments
 (0)