Skip to content

Commit

Permalink
pkcs8: expose PrivateKeyInfoOwned
Browse files Browse the repository at this point in the history
Signed-off-by: Arthur Gautier <[email protected]>
  • Loading branch information
baloo committed Aug 4, 2023
1 parent e09dc4b commit d911630
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkcs8/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ pub use spki::{

#[cfg(feature = "alloc")]
pub use {
crate::traits::EncodePrivateKey,
crate::{private_key_info::PrivateKeyInfoOwned, traits::EncodePrivateKey},
der::{Document, SecretDocument},
spki::EncodePublicKey,
};
Expand Down

0 comments on commit d911630

Please sign in to comment.