Unverified Commit ac549b61 authored by Steven Fackler's avatar Steven Fackler Committed by GitHub
Browse files

Merge pull request #1891 from remigranotier/patch-1

Documentation typo for X509Crl
parents a24bf4e8 9f900939
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;