summaryrefslogtreecommitdiffstats
path: root/openpgp/src/cert/amalgamation.rs
diff options
context:
space:
mode:
authorNeal H. Walfield <neal@pep.foundation>2020-04-03 11:30:26 +0200
committerNeal H. Walfield <neal@pep.foundation>2020-04-03 11:34:05 +0200
commit9d8ae03e5f6b96ad602a3ebeed9286e067766e66 (patch)
treee91b8ecf0b007251bce13d26361572403aa148cb /openpgp/src/cert/amalgamation.rs
parent01b0ea100da215bfdd67a857467b8ea3169a79a3 (diff)
openpgp: Rename Primary to PrimaryKey.
Diffstat (limited to 'openpgp/src/cert/amalgamation.rs')
-rw-r--r--openpgp/src/cert/amalgamation.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/openpgp/src/cert/amalgamation.rs b/openpgp/src/cert/amalgamation.rs
index 2e2248a7..7f1f00b1 100644
--- a/openpgp/src/cert/amalgamation.rs
+++ b/openpgp/src/cert/amalgamation.rs
@@ -44,7 +44,7 @@ mod key;
pub use key::{
ErasedKeyAmalgamation,
KeyAmalgamation,
- Primary,
+ PrimaryKey,
PrimaryKeyAmalgamation,
SubordinateKeyAmalgamation,
ValidErasedKeyAmalgamation,