diff --git a/src/signed_data.rs b/src/signed_data.rs index 454a33c8..8928434f 100644 --- a/src/signed_data.rs +++ b/src/signed_data.rs @@ -48,6 +48,7 @@ pub struct SignedData<'a> { /// signatureAlgorithm AlgorithmIdentifier, /// signatureValue BIT STRING /// } +/// ``` /// /// OCSP responses (RFC 6960) look like this: /// ```ASN.1