Skip to content

Commit

Permalink
Explicitly enable the alloc module with the pkcs12 feature as well.
Browse files Browse the repository at this point in the history
  • Loading branch information
Arash Sahebolamri committed Oct 20, 2023
1 parent 5d1f1ee commit 10153a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mbedtls/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ pub use mbedtls_platform_support::self_test as self_test;
pub mod ssl;
#[cfg(feature = "x509")]
pub mod x509;
#[cfg(any(feature = "x509", feature = "ssl"))]
#[cfg(any(feature = "x509", feature = "ssl", feature = "pkcs12"))]
pub mod alloc;

#[cfg(feature = "pkcs12")]
Expand Down

0 comments on commit 10153a3

Please sign in to comment.