summaryrefslogtreecommitdiffstats
path: root/ffi
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2019-03-25 15:22:56 +0100
committerJustus Winter <justus@sequoia-pgp.org>2019-03-25 16:54:11 +0100
commitf572bc851d520a56eebb0a6cea38144051168a8a (patch)
treefd592f520343bed4a572fe97ee3cf5d1620ea006 /ffi
parent9e9d3f773d85049daece18cb5488451b76c94d2e (diff)
openpgp-ffi: Wrap crypto::SessionKey and crypto::Password.
Diffstat (limited to 'ffi')
-rw-r--r--ffi/Cargo.toml2
-rw-r--r--ffi/src/lib.rs1
2 files changed, 2 insertions, 1 deletions
diff --git a/ffi/Cargo.toml b/ffi/Cargo.toml
index d49b1bbf..833757d3 100644
--- a/ffi/Cargo.toml
+++ b/ffi/Cargo.toml
@@ -31,11 +31,11 @@ lazy_static = "1.0.0"
libc = "0.2.33"
memsec = "0.5.4"
native-tls = "0.2.0"
+nettle = "5.0"
time = "0.1.40"
[dev-dependencies]
filetime = "0.2"
-nettle = "5.0"
[lib]
crate-type = ["cdylib", "staticlib"]
diff --git a/ffi/src/lib.rs b/ffi/src/lib.rs
index eb539cae..1a68d87e 100644
--- a/ffi/src/lib.rs
+++ b/ffi/src/lib.rs
@@ -113,6 +113,7 @@ extern crate lazy_static;
extern crate libc;
extern crate native_tls;
extern crate memsec;
+extern crate nettle;
extern crate sequoia_ffi_macros;
use sequoia_ffi_macros::{