summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2020-02-07 16:01:06 +0100
committerJustus Winter <justus@sequoia-pgp.org>2020-02-07 16:09:19 +0100
commitf8eb0739d8e9290ea5b6051068c90f176f7535fc (patch)
treeaea315096c31a7c84504efa9b072bcd82e24d64b
parent85e05aac00eb144ca6c7f542d133271dbfced094 (diff)
openpgp: Expose ValidPrimaryKeyAmalgamation.
-rw-r--r--openpgp/src/cert/components.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/openpgp/src/cert/components.rs b/openpgp/src/cert/components.rs
index b3a23fc4..4f43d4b1 100644
--- a/openpgp/src/cert/components.rs
+++ b/openpgp/src/cert/components.rs
@@ -32,6 +32,7 @@ pub use super::key_amalgamation::{
KeyAmalgamation,
PrimaryKeyAmalgamation,
ValidKeyAmalgamation,
+ ValidPrimaryKeyAmalgamation,
};
pub use super::component_iter::{
ComponentIter,