From d6e7a4d92008f030ed8108ae62eb97e37c624e0d Mon Sep 17 00:00:00 2001 From: Igor Matuszewski Date: Tue, 6 Oct 2020 21:54:42 +0200 Subject: Don't use OS-specific extensions from memsec We only ever use {memset, memzero, memeq, memcmp} anyway - don't pull OS-specific functions like mlock. --- openpgp-ffi/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openpgp-ffi') diff --git a/openpgp-ffi/Cargo.toml b/openpgp-ffi/Cargo.toml index 9d612070..38faa85e 100644 --- a/openpgp-ffi/Cargo.toml +++ b/openpgp-ffi/Cargo.toml @@ -27,7 +27,7 @@ sequoia-openpgp = { path = "../openpgp", version = "0.19" } anyhow = "1" lazy_static = "1.0.0" libc = "0.2.33" -memsec = "0.6" +memsec = { version = "0.6", default-features = false } [dev-dependencies] filetime = "0.2" -- cgit v1.2.3