summaryrefslogtreecommitdiffstats
path: root/ffi
diff options
context:
space:
mode:
Diffstat (limited to 'ffi')
-rw-r--r--ffi/Cargo.toml1
-rw-r--r--ffi/src/lib.rs1
2 files changed, 2 insertions, 0 deletions
diff --git a/ffi/Cargo.toml b/ffi/Cargo.toml
index 80059a09..2f62738d 100644
--- a/ffi/Cargo.toml
+++ b/ffi/Cargo.toml
@@ -29,6 +29,7 @@ sequoia-net = { path = "../net" }
failure = "0.1.2"
lazy_static = "1.0.0"
libc = "0.2.33"
+memsec = "0.5.4"
native-tls = "0.2.0"
time = "0.1.40"
diff --git a/ffi/src/lib.rs b/ffi/src/lib.rs
index 9b095cd3..8c88b836 100644
--- a/ffi/src/lib.rs
+++ b/ffi/src/lib.rs
@@ -112,6 +112,7 @@ extern crate failure;
extern crate lazy_static;
extern crate libc;
extern crate native_tls;
+extern crate memsec;
extern crate sequoia_ffi_macros;
use sequoia_ffi_macros::{