summaryrefslogtreecommitdiffstats
path: root/autocrypt/src
diff options
context:
space:
mode:
authorNeal H. Walfield <neal@pep.foundation>2020-02-20 13:26:01 +0100
committerNeal H. Walfield <neal@pep.foundation>2020-02-20 16:19:46 +0100
commit2164d2e3db8c66ab98164465eaf821eb7765a760 (patch)
tree081b05d1d974b972d339d0ab61f74fadecf9f1a5 /autocrypt/src
parentf35f03635b319ece2c93f43db96ddc7cb30b5236 (diff)
openpgp: Rename the Amalgamation trait to ValidAmalgamation.
- The Amalgamation trait only applies to ValidComponents. Rename it accordingly.
Diffstat (limited to 'autocrypt/src')
-rw-r--r--autocrypt/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/autocrypt/src/lib.rs b/autocrypt/src/lib.rs
index f2aee4e9..f5f5988c 100644
--- a/autocrypt/src/lib.rs
+++ b/autocrypt/src/lib.rs
@@ -27,7 +27,7 @@ pub use openpgp::Result;
use openpgp::Packet;
use openpgp::packet::SKESK;
use openpgp::Cert;
-use openpgp::cert::components::Amalgamation;
+use openpgp::cert::components::ValidAmalgamation;
use openpgp::parse::{
Parse,
PacketParserResult, PacketParser,