From c643f14f44f7df7bb87c3ad48258c0c8da0eabd5 Mon Sep 17 00:00:00 2001 From: Igor Matuszewski Date: Wed, 18 Dec 2019 21:06:28 +0100 Subject: Remove nettle dependency where it's unnecessary --- openpgp-ffi/tests/c-tests.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'openpgp-ffi/tests') diff --git a/openpgp-ffi/tests/c-tests.rs b/openpgp-ffi/tests/c-tests.rs index ea22e226..d82b22ca 100644 --- a/openpgp-ffi/tests/c-tests.rs +++ b/openpgp-ffi/tests/c-tests.rs @@ -1,7 +1,6 @@ extern crate failure; use failure::{Fallible as Result, ResultExt}; extern crate filetime; -extern crate nettle; use std::cmp::min; use std::env::{self, var_os}; -- cgit v1.2.3