Skip to content

Commit

Permalink
spki: publish AlgorithmIdentifierOwned
Browse files Browse the repository at this point in the history
  • Loading branch information
baloo committed Dec 15, 2022
1 parent d1ee59a commit 3c3d3a6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion spki/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
};

Expand Down

0 comments on commit 3c3d3a6

Please sign in to comment.