Skip to content

Commit cba877a

Browse files
committed
Conditionally include paths specific to Android
1 parent 438ebe7 commit cba877a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ fn cert_dirs_iter() -> impl Iterator<Item = &'static Path> {
3838
"/etc/ssl",
3939
"/etc/certs",
4040
"/opt/etc/ssl", // Entware
41+
#[cfg(target_os = "android")]
4142
"/data/data/com.termux/files/usr/etc/tls",
4243
#[cfg(target_os = "haiku")]
4344
"/boot/system/data/ssl",

0 commit comments

Comments
 (0)