mirror of
https://github.com/openharmony/third_party_rust_openssl-probe.git
synced 2026-07-01 10:18:23 -04:00
7 lines
141 B
Rust
7 lines
141 B
Rust
fn main() {
|
|
let r = openssl_probe::probe();
|
|
|
|
println!("cert_dir: {:?}", r.cert_dir);
|
|
println!("cert_file: {:?}", r.cert_file);
|
|
}
|