alexcrichton / openssl-src-rs

Source code and logic to build OpenSSL from source
Apache License 2.0
69 stars 114 forks source link

Configure `--openssldir` to its default location #141

Closed alexcrichton closed 2 years ago

alexcrichton commented 2 years ago

As pointed out in #140 otherwise certificates and configure is by default looked up in the directory of the build machine itself which is often a writable path. Instead switch the configuration option back to the default recommended in openssl's INSTALL.md

Closes #140