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.
1 parent db67c9e commit 438ebe7Copy full SHA for 438ebe7
src/lib.rs
@@ -39,6 +39,7 @@ fn cert_dirs_iter() -> impl Iterator<Item = &'static Path> {
39
"/etc/certs",
40
"/opt/etc/ssl", // Entware
41
"/data/data/com.termux/files/usr/etc/tls",
42
+ #[cfg(target_os = "haiku")]
43
"/boot/system/data/ssl",
44
]
45
.iter().map(Path::new).filter(|p| p.exists())
0 commit comments