Skip to content

Commit

Permalink
Set no-module to fix legacy provider (#259)
Browse files Browse the repository at this point in the history
  • Loading branch information
sfackler authored Nov 16, 2024
1 parent 5162b56 commit fcfcbc0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@ impl Build {
configure
// No shared objects, we just want static libraries
.arg("no-shared")
.arg("no-module")
// Should be off by default on OpenSSL 1.1.0, but let's be extra sure
.arg("no-ssl3")
// No need to build tests, we won't run them anyway
Expand Down

0 comments on commit fcfcbc0

Please sign in to comment.