Skip to content

Commit

Permalink
Documentation typo for X509Crl
Browse files Browse the repository at this point in the history
Fixed x509Crl description from "a X509 certificate request" to "a X509 certificate revocation list"
  • Loading branch information
remigranotier committed Apr 20, 2023
1 parent a24bf4e commit 9f90093
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 9f90093

Please sign in to comment.