Skip to content

Commit

Permalink
signed_data: fix code block missing close marker
Browse files Browse the repository at this point in the history
  • Loading branch information
cpu authored and briansmith committed Sep 30, 2023
1 parent a0500c0 commit 004eaaf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/signed_data.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ pub struct SignedData<'a> {
/// signatureAlgorithm AlgorithmIdentifier,
/// signatureValue BIT STRING
/// }
/// ```
///
/// OCSP responses (RFC 6960) look like this:
/// ```ASN.1
Expand Down

0 comments on commit 004eaaf

Please sign in to comment.