We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4221247 commit f5c343dCopy full SHA for f5c343d
src/lib.rs
@@ -47,6 +47,8 @@ pub fn candidate_cert_dirs() -> impl Iterator<Item = &'static Path> {
47
"/data/data/com.termux/files/usr/etc/tls",
48
#[cfg(target_os = "haiku")]
49
"/boot/system/data/ssl",
50
+ #[cfg(target_env = "ohos")]
51
+ "/etc/security/certificates",
52
]
53
.iter()
54
.map(Path::new)
0 commit comments