Skip to content

Commit

Permalink
restrict engine exports to ossl110
Browse files Browse the repository at this point in the history
  • Loading branch information
brimonk committed Sep 8, 2023
1 parent 95d2e89 commit 7b373e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions openssl-sys/src/handwritten/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ pub use self::crypto::*;
pub use self::dh::*;
pub use self::dsa::*;
pub use self::ec::*;
#[cfg(ossl110)]
pub use self::engine::*;
pub use self::err::*;
pub use self::evp::*;
Expand Down

0 comments on commit 7b373e2

Please sign in to comment.