We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 438ebe7 commit cba877aCopy full SHA for cba877a
src/lib.rs
@@ -38,6 +38,7 @@ 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",
0 commit comments