signed_data: fix code block missing close marker

This commit is contained in:
Daniel McCarney 2023-09-19 11:49:10 -04:00 committed by Brian Smith
parent 31987f3f09
commit 4d0cbba617
1 changed files with 1 additions and 0 deletions

View File

@ -48,6 +48,7 @@ pub struct SignedData<'a> {
/// signatureAlgorithm AlgorithmIdentifier,
/// signatureValue BIT STRING
/// }
/// ```
///
/// OCSP responses (RFC 6960) look like this:
/// ```ASN.1