summaryrefslogtreecommitdiffstats
path: root/ffi
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2019-02-12 14:18:15 +0100
committerJustus Winter <justus@sequoia-pgp.org>2019-02-12 14:24:24 +0100
commite50d67381e4eeeeafea3c06d37361ab47021a58f (patch)
treeb386f7db0453d7bf2337b9632d03bcae4ca8c581 /ffi
parentd795d29a203a5d0b1a409063c720e2583c26b3e2 (diff)
openpgp-ffi: Improve derived functions.
- Explicitly use the Parse and Serialize traits so that the modules that derives these functions do not have to use them explicitly.
Diffstat (limited to 'ffi')
-rw-r--r--ffi/src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/ffi/src/lib.rs b/ffi/src/lib.rs
index 2a75e89d..7bf95e6f 100644
--- a/ffi/src/lib.rs
+++ b/ffi/src/lib.rs
@@ -119,6 +119,7 @@ use sequoia_ffi_macros::{
ffi_catch_abort,
ffi_wrapper_type,
};
+extern crate sequoia_openpgp;
extern crate sequoia_core;
extern crate sequoia_net;
extern crate sequoia_store;