Skip to content

Commit

Permalink
Update list of OpenSSL versions supported (seanmonstar#890)
Browse files Browse the repository at this point in the history
Update Requirements for Linux to include OpenSSL 1.1.1.

sfackler/rust-openssl supports OpenSSL 1.0.1 through 1.1.1, but its docs are out of date.

Closes seanmonstar#889
  • Loading branch information
x448 authored Apr 26, 2020
1 parent 94d9b32 commit 1afbf98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {

On Linux:

- OpenSSL 1.0.1, 1.0.2, or 1.1.0 with headers (see https://github.com/sfackler/rust-openssl)
- OpenSSL 1.0.1, 1.0.2, 1.1.0, or 1.1.1 with headers (see https://github.com/sfackler/rust-openssl)

On Windows and macOS:

Expand Down

0 comments on commit 1afbf98

Please sign in to comment.