Skip to content

Commit

Permalink
fixup! csrv2multi: pending ca list
Browse files Browse the repository at this point in the history
  • Loading branch information
rizlik committed Jul 5, 2024
1 parent 3e58cfd commit 0531706
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/ocsp.c
Original file line number Diff line number Diff line change
Expand Up @@ -599,9 +599,9 @@ static int CheckOcspResponderChain(OcspEntry* single, DecodedCert *cert,
}
ca = GetCAByName(cm, ca->issuerNameHash);
#if defined(HAVE_CERTIFICATE_STATUS_REQUEST_V2)
if (ca == NULL && pendingCAs != NULL) {
ca = findSignerByName(pendingCAs, single->issuerHash);
}
if (ca == NULL && pendingCAs != NULL) {
ca = findSignerByName(pendingCAs, single->issuerHash);
}
#endif
}
return passed;
Expand Down

0 comments on commit 0531706

Please sign in to comment.