summaryrefslogtreecommitdiffstats
path: root/openpgp/src/cert/builder.rs
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2020-01-24 17:49:48 +0100
committerJustus Winter <justus@sequoia-pgp.org>2020-01-24 18:08:00 +0100
commit29affd9dbc309242487bbaaae607c5de0886f83e (patch)
tree5bced386f928d5ace82d0dec72d19c99ce208212 /openpgp/src/cert/builder.rs
parentdb26eead9e1e90498f60a396758c3758894b5ddf (diff)
openpgp: Introduce trait Amalgamation.
- First, we implement it for ValidComponentAmalgamation.
Diffstat (limited to 'openpgp/src/cert/builder.rs')
-rw-r--r--openpgp/src/cert/builder.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/openpgp/src/cert/builder.rs b/openpgp/src/cert/builder.rs
index b1152517..2df4606d 100644
--- a/openpgp/src/cert/builder.rs
+++ b/openpgp/src/cert/builder.rs
@@ -463,6 +463,7 @@ impl CertBuilder {
#[cfg(test)]
mod tests {
use super::*;
+ use crate::cert::components::Amalgamation;
use crate::packet::signature::subpacket::{SubpacketTag, SubpacketValue};
use crate::types::PublicKeyAlgorithm;