Loading openssl-sys/build/main.rs +1 −1 Original line number Diff line number Diff line Loading @@ -265,7 +265,7 @@ See rust-openssl README for more information: (3, 3, 1) => ('3', '3', '1'), (3, 3, _) => ('3', '3', 'x'), (3, 4, 0) => ('3', '4', '0'), (3, 4, 1) => ('3', '4', '1'), (3, 4, _) => ('3', '4', 'x'), _ => version_error(), }; Loading openssl-sys/build/run_bindgen.rs +1 −0 Original line number Diff line number Diff line Loading @@ -6,6 +6,7 @@ use std::path::PathBuf; const INCLUDES: &str = " #include <openssl/asn1.h> #include <openssl/bio.h> #include <openssl/comp.h> #include <openssl/conf.h> #include <openssl/crypto.h> #include <openssl/dh.h> Loading Loading
openssl-sys/build/main.rs +1 −1 Original line number Diff line number Diff line Loading @@ -265,7 +265,7 @@ See rust-openssl README for more information: (3, 3, 1) => ('3', '3', '1'), (3, 3, _) => ('3', '3', 'x'), (3, 4, 0) => ('3', '4', '0'), (3, 4, 1) => ('3', '4', '1'), (3, 4, _) => ('3', '4', 'x'), _ => version_error(), }; Loading
openssl-sys/build/run_bindgen.rs +1 −0 Original line number Diff line number Diff line Loading @@ -6,6 +6,7 @@ use std::path::PathBuf; const INCLUDES: &str = " #include <openssl/asn1.h> #include <openssl/bio.h> #include <openssl/comp.h> #include <openssl/conf.h> #include <openssl/crypto.h> #include <openssl/dh.h> Loading