Skip to content

Commit

Permalink
fix: update
Browse files Browse the repository at this point in the history
Signed-off-by: Junjie Gao <[email protected]>
  • Loading branch information
JeyJeyGao committed Aug 22, 2024
1 parent a42c44c commit 9d91fb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion revocation/internal/ocsp/ocsp.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const (
func CertCheckStatus(cert, issuer *x509.Certificate, opts CertCheckStatusOptions) (*result.CertRevocationResult, error) {
if !Supported(cert) {
// OCSP not enabled for this certificate.
return nil, NoServerError{}
return nil, &NoServerError{}
}
ocspURLs := cert.OCSPServer

Expand Down

0 comments on commit 9d91fb6

Please sign in to comment.