diff --git a/openssl/src/lib.rs b/openssl/src/lib.rs index 5678298a038cd368d3a2991787b7d65209f34184..7829b79cba5f2940d705bce6e89d672e126a135f 100644 --- a/openssl/src/lib.rs +++ b/openssl/src/lib.rs @@ -1,7 +1,7 @@ //! Bindings to OpenSSL //! //! This crate provides a safe interface to the popular OpenSSL cryptography library. OpenSSL versions 1.0.1 through -//! 3.x.x and LibreSSL versions 2.5 through 3.4.1 are supported. +//! 3.x.x and LibreSSL versions 2.5 through 3.7.x are supported. //! //! # Building //!