From 8bb6ca2b4a99cc2824c7fb6d8f34d8086e99e852 Mon Sep 17 00:00:00 2001 From: "Neal H. Walfield" Date: Thu, 20 Feb 2020 16:16:02 +0100 Subject: openpgp: Split the ValidAmalgamation trait. - Split the ValidAmalgamation trait into two traits, Amalgamation and ValidAmalgamation, so that the functionality made available by the Amalgamation trait can be provided by a ComponentAmalgamation, which doesn't have a policy. --- sqv/src/sqv.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'sqv') diff --git a/sqv/src/sqv.rs b/sqv/src/sqv.rs index 286a9550..232c8994 100644 --- a/sqv/src/sqv.rs +++ b/sqv/src/sqv.rs @@ -15,6 +15,7 @@ extern crate sequoia_openpgp as openpgp; use crate::openpgp::{ Cert, + cert::components::Amalgamation, KeyHandle, Result, parse::Parse, -- cgit v1.2.3