Skip to content

Commit

Permalink
Merge pull request #1891 from remigranotier/patch-1
Browse files Browse the repository at this point in the history
Documentation typo for X509Crl
  • Loading branch information
sfackler committed Apr 20, 2023
2 parents a24bf4e + 9f90093 commit ac549b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openssl/src/x509/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1545,7 +1545,7 @@ foreign_type_and_impl_send_sync! {
type CType = ffi::X509_REVOKED;
fn drop = ffi::X509_REVOKED_free;

/// An `X509` certificate request.
/// An `X509` certificate revocation list.
pub struct X509Revoked;
/// Reference to `X509Crl`.
pub struct X509RevokedRef;
Expand Down

0 comments on commit ac549b6

Please sign in to comment.