Skip to content

Commit

Permalink
Merge pull request #2212 from pieterdd/add-missing-dependency
Browse files Browse the repository at this point in the history
Add missing openssl-sys dependency
  • Loading branch information
sfackler committed Mar 31, 2024
2 parents 49da881 + 6eea329 commit 8e5d7bd
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
Expand Up @@ -44,7 +44,7 @@
//! $ sudo apt-get install pkg-config libssl-dev
//!
//! # Fedora
//! $ sudo dnf install pkg-config perl-FindBin openssl-devel
//! $ sudo dnf install pkg-config perl-FindBin perl-IPC-Cmd openssl-devel
//!
//! # Alpine Linux
//! $ apk add pkgconfig openssl-dev
Expand Down

0 comments on commit 8e5d7bd

Please sign in to comment.