Commit 1dec6506 authored by mxheller's avatar mxheller
Browse files

remove 'as of 1.0.0' comment

parent 45107c21
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -126,9 +126,9 @@ pub struct HashDir;

impl X509Lookup<HashDir> {
    /// Lookup method that loads certificates and CRLs on demand and caches
    /// them in memory once they are loaded. As of OpenSSL 1.0.0, it also
    /// checks for newer CRLs upon each lookup, so that newer CRLs are used as
    /// soon as they appear in the directory.
    /// them in memory once they are loaded. It also checks for newer CRLs upon
    /// each lookup, so that newer CRLs are used as soon as they appear in the
    /// directory.
    ///
    /// This corresponds to [`X509_LOOKUP_hash_dir`].
    ///