Skip to content

Commit

Permalink
Merge pull request #15 from khorolets/feature/support-macports
Browse files Browse the repository at this point in the history
Add macports curl-ca-bundle support (path)
  • Loading branch information
alexcrichton committed Aug 4, 2020
2 parents 51fae1c + a3bd6d0 commit 7fc1c26
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 @@ -24,6 +24,7 @@ pub fn find_certs_dirs() -> Vec<PathBuf> {
"/usr/share/ssl",
"/usr/local/ssl",
"/usr/local/openssl",
"/usr/local/etc/openssl",
"/usr/local/share",
"/usr/lib/ssl",
"/usr/ssl",
Expand Down

0 comments on commit 7fc1c26

Please sign in to comment.