Skip to content

Commit 86ee370

Browse files
committed
restrict engine exports to ossl110
1 parent 3935681 commit 86ee370

File tree

1 file changed

+1
-0
lines changed
  • openssl-sys/src/handwritten

1 file changed

+1
-0
lines changed

openssl-sys/src/handwritten/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ pub use self::crypto::*;
99
pub use self::dh::*;
1010
pub use self::dsa::*;
1111
pub use self::ec::*;
12+
#[cfg(ossl110)]
1213
pub use self::engine::*;
1314
pub use self::err::*;
1415
pub use self::evp::*;

0 commit comments

Comments
 (0)