From c0a170a65cdc587c76787c3fc988be77bf4f6675 Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Thu, 21 Mar 2019 15:24:41 +0100 Subject: openpgp-ffi: Use crate for futimes fiddling. - The previous solution of using libc::futimes turned out to be not portable because different platforms have differently sized timestamps. Use a crate for that instead. - Also, bring ffi's c-tests up-to-speed. - Fixes #225. --- openpgp-ffi/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'openpgp-ffi/Cargo.toml') diff --git a/openpgp-ffi/Cargo.toml b/openpgp-ffi/Cargo.toml index 5c9a272a..9cb1d4ef 100644 --- a/openpgp-ffi/Cargo.toml +++ b/openpgp-ffi/Cargo.toml @@ -30,6 +30,7 @@ memsec = "0.5.4" time = "0.1.40" [dev-dependencies] +filetime = "0.2" nettle = "5.0" [lib] -- cgit v1.2.3