From a340cda22ae103c783ef9ae81cac3fc3bc7bb2cd Mon Sep 17 00:00:00 2001 From: puzzlewolf Date: Thu, 22 Sep 2022 18:02:12 +0200 Subject: [PATCH] Fix supported OpenSSL versions --- openssl/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openssl/src/lib.rs b/openssl/src/lib.rs index 71221adecc..42e9d0e367 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 -//! 1.1.1 and LibreSSL versions 2.5 through 3.4.1 are supported. +//! 3.x.x and LibreSSL versions 2.5 through 3.4.1 are supported. //! //! # Building //!