Loading openssl/src/x509/mod.rs +1 −1 Original line number Diff line number Diff line Loading @@ -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`]. /// Loading Loading
openssl/src/x509/mod.rs +1 −1 Original line number Diff line number Diff line Loading @@ -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`]. /// Loading