Skip to content

Commit 7fc1c26

Browse files
authored
Merge pull request #15 from khorolets/feature/support-macports
Add macports curl-ca-bundle support (path)
2 parents 51fae1c + a3bd6d0 commit 7fc1c26

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ pub fn find_certs_dirs() -> Vec<PathBuf> {
2424
"/usr/share/ssl",
2525
"/usr/local/ssl",
2626
"/usr/local/openssl",
27+
"/usr/local/etc/openssl",
2728
"/usr/local/share",
2829
"/usr/lib/ssl",
2930
"/usr/ssl",

0 commit comments

Comments
 (0)