Skip to content

Commit be9ff22

Browse files
committed
Missing ossl300 on params mod
1 parent e11aa92 commit be9ff22

File tree

1 file changed

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

1 file changed

+2
-0
lines changed

openssl-sys/src/handwritten/mod.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ pub use self::hmac::*;
1515
pub use self::kdf::*;
1616
pub use self::object::*;
1717
pub use self::ocsp::*;
18+
#[cfg(ossl300)]
1819
pub use self::params::*;
1920
pub use self::pem::*;
2021
pub use self::pkcs12::*;
@@ -54,6 +55,7 @@ mod hmac;
5455
mod kdf;
5556
mod object;
5657
mod ocsp;
58+
#[cfg(ossl300)]
5759
mod params;
5860
mod pem;
5961
mod pkcs12;

0 commit comments

Comments
 (0)