Skip to content

Commit

Permalink
fix libressl
Browse files Browse the repository at this point in the history
  • Loading branch information
sfackler committed Dec 6, 2021
1 parent 3f764e9 commit 325d71a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion openssl-sys/build/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
};

Expand Down
1 change: 1 addition & 0 deletions openssl-sys/build/run_bindgen.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 325d71a

Please sign in to comment.