Loading openssl-sys/build/run_bindgen.rs +1 −0 Original line number Diff line number Diff line Loading @@ -21,6 +21,7 @@ pub fn run(include_dir: &Path) { .allowlist_function("OPENSSL.*") .allowlist_function("CRYPTO.*") .allowlist_function("EVP.*") .allowlist_function("sk_.*") .clang_arg("-I") .clang_arg(include_dir.display().to_string()) .header_contents("includes.h", INCLUDES) Loading Loading
openssl-sys/build/run_bindgen.rs +1 −0 Original line number Diff line number Diff line Loading @@ -21,6 +21,7 @@ pub fn run(include_dir: &Path) { .allowlist_function("OPENSSL.*") .allowlist_function("CRYPTO.*") .allowlist_function("EVP.*") .allowlist_function("sk_.*") .clang_arg("-I") .clang_arg(include_dir.display().to_string()) .header_contents("includes.h", INCLUDES) Loading