Skip to content

Commit

Permalink
pkcs8: re-export spki crate (#210)
Browse files Browse the repository at this point in the history
This makes it possible to access things like `spki::Error` without
having to re-export all of them
  • Loading branch information
tarcieri committed Nov 14, 2021
1 parent 1b30cbf commit 3a54a0e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pkcs8/src/lib.rs
Expand Up @@ -97,7 +97,7 @@ pub use crate::{
version::Version,
};
pub use der::{self, asn1::ObjectIdentifier};
pub use spki::{AlgorithmIdentifier, DecodePublicKey, SubjectPublicKeyInfo};
pub use spki::{self, AlgorithmIdentifier, DecodePublicKey, SubjectPublicKeyInfo};

#[cfg(feature = "alloc")]
pub use {
Expand Down

0 comments on commit 3a54a0e

Please sign in to comment.