summaryrefslogtreecommitdiffstats
path: root/openpgp-ffi/src
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2020-02-06 14:38:56 +0100
committerJustus Winter <justus@sequoia-pgp.org>2020-02-06 14:38:56 +0100
commita2c3613b726665919c8a19b4b11329c9155a6a5f (patch)
treec135a3d8a87b092d1ec1e70e42e30ada8625a3a6 /openpgp-ffi/src
parentd183e12a3231e4c505f5f2cf48b6c1f881ad258a (diff)
openpgp: Expose all component-related types in cert::components.
Diffstat (limited to 'openpgp-ffi/src')
-rw-r--r--openpgp-ffi/src/cert.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/openpgp-ffi/src/cert.rs b/openpgp-ffi/src/cert.rs
index bfba521c..bf11d925 100644
--- a/openpgp-ffi/src/cert.rs
+++ b/openpgp-ffi/src/cert.rs
@@ -20,15 +20,15 @@ use self::openpgp::{
},
cert::{
CipherSuite,
- KeyIter,
CertBuilder,
CertParser,
CertRevocationBuilder,
- ValidKeyIter,
components::{
Amalgamation,
+ KeyIter,
UserIDBundle,
UserIDBundleIter,
+ ValidKeyIter,
},
},
};