Unverified Commit 8e473ddc authored by Steven Fackler's avatar Steven Fackler Committed by GitHub
Browse files

Merge pull request #1694 from puzzlewolf/master

Fix supported OpenSSL versions
parents f8c321fb a340cda2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
//! 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
//!