diff --git a/spki/src/lib.rs b/spki/src/lib.rs index 34f5b347e..801765b79 100644 --- a/spki/src/lib.rs +++ b/spki/src/lib.rs @@ -50,7 +50,10 @@ pub use der::{self, asn1::ObjectIdentifier}; #[cfg(feature = "alloc")] pub use { - crate::{spki::SubjectPublicKeyInfoOwned, traits::EncodePublicKey}, + crate::{ + algorithm::AlgorithmIdentifierOwner, spki::SubjectPublicKeyInfoOwned, + traits::EncodePublicKey, + }, der::Document, };