From 9eee4b2475d74cd94c9d72b2520d5568d4564fba Mon Sep 17 00:00:00 2001 From: Robin Krahl Date: Sun, 20 May 2018 22:31:34 +0000 Subject: Build libnitrokey from source This patch changes the build script to compile and link libnitrokey from the included source. Also, we have to link against hidapi-libusb as a libnitrokey requirement. --- src/lib.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/lib.rs b/src/lib.rs index 169dac4..2740cc9 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -14,6 +14,8 @@ mod tests { #[test] fn login_auto() { unsafe { + // logout required due to https://github.com/Nitrokey/libnitrokey/pull/115 + NK_logout(); assert_eq!(0, NK_login_auto()); } } -- cgit v1.2.1