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

Update openssl/src/x509/mod.rs

parent ae026e32
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -584,7 +584,7 @@ impl X509Ref {
    /// Returns certificate version. If this certificate has no explicit version set, it defaults to
    /// version 1.
    ///
    /// Note that `0` return value stands for version 1, `1` – for version 2 and so on.
    /// Note that `0` return value stands for version 1, `1` for version 2 and so on.
    ///
    /// This corresponds to [`X509_get_version`].
    ///