diff --git a/pkcs8/src/lib.rs b/pkcs8/src/lib.rs index dcc4bbbfc..6578e3a18 100644 --- a/pkcs8/src/lib.rs +++ b/pkcs8/src/lib.rs @@ -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, };