mirror of
https://github.com/openharmony/third_party_rust_openssl-probe.git
synced 2026-07-01 10:18:23 -04:00
create basic example to ease testing on new systems
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
fn main() {
|
||||
let r = openssl_probe::probe();
|
||||
|
||||
println!("cert_dir: {:?}", r.cert_dir);
|
||||
println!("cert_file: {:?}", r.cert_file);
|
||||
}
|
||||
Reference in New Issue
Block a user