Skip to content

Commit

Permalink
Merge pull request #1694 from puzzlewolf/master
Browse files Browse the repository at this point in the history
Fix supported OpenSSL versions
  • Loading branch information
sfackler authored Sep 23, 2022
2 parents f8c321f + a340cda commit 8e473dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openssl/src/lib.rs
Original file line number Diff line number Diff line change
@@ -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
//!
Expand Down

0 comments on commit 8e473dd

Please sign in to comment.