Skip to content

Commit

Permalink
Update x509-cert/src/ext/pkix/sct.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Arthur Gautier <[email protected]>
  • Loading branch information
imor and baloo authored Dec 19, 2023
1 parent 5a79efe commit e3aa60f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x509-cert/src/ext/pkix/sct.rs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ impl From<tls_codec::Error> for Error {
}

impl SignedCertificateTimestampList {
/// Creates a new [SignedCertificateTimestamp] from a slice of [SerializedSct]s.
/// Creates a new [`SignedCertificateTimestampList`] from a slice of [`SerializedSct`]s.
pub fn new(serialized_scts: &[SerializedSct]) -> Result<Self, Error> {
let mut result: Vec<u8> = Vec::new();
for timestamp in serialized_scts {
Expand Down

0 comments on commit e3aa60f

Please sign in to comment.