We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 24c8855 + cba877a commit 5b4b622Copy full SHA for 5b4b622
src/lib.rs
@@ -38,7 +38,9 @@ fn cert_dirs_iter() -> impl Iterator<Item = &'static Path> {
38
"/etc/ssl",
39
"/etc/certs",
40
"/opt/etc/ssl", // Entware
41
+ #[cfg(target_os = "android")]
42
"/data/data/com.termux/files/usr/etc/tls",
43
+ #[cfg(target_os = "haiku")]
44
"/boot/system/data/ssl",
45
]
46
.iter().map(Path::new).filter(|p| p.exists())
0 commit comments