Commit c7677ef1 authored by Henrik Böving's avatar Henrik Böving
Browse files

Correct libressl maximum version

parent a121170b
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.x are supported.
//! 1.1.1 and LibreSSL versions 2.5 through 3.4.0 are supported.
//!
//! # Building
//!