Skip to content

Commit

Permalink
x509-cert: fix rustdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri committed Sep 7, 2024
1 parent 0f9b52b commit b3a92a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x509-ocsp/src/builder/response.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ use x509_cert::{
/// let req = OcspRequest::from_der(OCSP_REQ_DER).unwrap();
/// let ca = Certificate::from_der(CA_DER).unwrap();
///
/// let mut builder = OcspResponseBuilder::new(ca.tbs_certificate.subject().clone())
/// let mut builder = OcspResponseBuilder::new(ca.tbs_certificate().subject().clone())
/// .with_single_response(
/// SingleResponse::new(
/// req.tbs_request.request_list[0].req_cert.clone(),
Expand Down

0 comments on commit b3a92a7

Please sign in to comment.