summaryrefslogtreecommitdiffstats
path: root/openpgp/src/serialize/cert.rs
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2020-01-24 19:05:51 +0100
committerJustus Winter <justus@sequoia-pgp.org>2020-01-24 19:12:37 +0100
commitb816125d0e1449de060542166e251d2706f11d8d (patch)
tree2c2104070650b7c5f8c2e3575b74d1fe3f5c93c4 /openpgp/src/serialize/cert.rs
parentdc0769bc1e04347365593c7a50fbf8770446e7b5 (diff)
openpgp: Make 'direct_key_signature' a part of trait Amalgamation.
Diffstat (limited to 'openpgp/src/serialize/cert.rs')
-rw-r--r--openpgp/src/serialize/cert.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/openpgp/src/serialize/cert.rs b/openpgp/src/serialize/cert.rs
index 5aa0ccec..70a8a1b5 100644
--- a/openpgp/src/serialize/cert.rs
+++ b/openpgp/src/serialize/cert.rs
@@ -647,6 +647,7 @@ impl<'a> SerializeInto for TSK<'a> {
mod test {
use super::*;
use crate::vec_truncate;
+ use crate::cert::components::Amalgamation;
use crate::parse::Parse;
use crate::serialize::Serialize;
use crate::packet::key;