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

Update openssl/src/x509/mod.rs

parent 1b237816
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -582,7 +582,7 @@ impl X509Ref {
    }

    /// Returns certificate version. If this certificate has no explicit version set, it defaults to
    /// version 1.
    /// version 1.
    ///
    /// Note that `0` return value stands for version 1, `1` – for version 2 and so on.
    ///