Unverified Commit 9f900939 authored by remigranotier's avatar remigranotier Committed by GitHub
Browse files

Documentation typo for X509Crl

Fixed x509Crl description from "a X509 certificate request" to "a X509 certificate revocation list"
parent a24bf4e8
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;