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

Merge pull request #1892 from remigranotier/patch-2

[Documentation] fixed X509Crl and X509Revoked description in doc
parents ac549b61 75a6e0e4
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -1545,9 +1545,9 @@ foreign_type_and_impl_send_sync! {
    type CType = ffi::X509_REVOKED;
    fn drop = ffi::X509_REVOKED_free;

    /// An `X509` certificate revocation list.
    /// An `X509` certificate revocation status.
    pub struct X509Revoked;
    /// Reference to `X509Crl`.
    /// Reference to `X509Revoked`.
    pub struct X509RevokedRef;
}

@@ -1659,7 +1659,7 @@ foreign_type_and_impl_send_sync! {
    type CType = ffi::X509_CRL;
    fn drop = ffi::X509_CRL_free;

    /// An `X509` certificate request.
    /// An `X509` certificate revocation list.
    pub struct X509Crl;
    /// Reference to `X509Crl`.
    pub struct X509CrlRef;