Unverified Commit a9e4578f authored by DanielMowitz's avatar DanielMowitz Committed by GitHub
Browse files

Update lib.rs

Change the doc comment so it matches openssl-sys/build/main.rs.
parent c621efea
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 2.8 are supported.
//! 1.1.1 and LibreSSL versions 2.5 through 3.3.1 are supported.
//!
//! # Building
//!