summaryrefslogtreecommitdiff
path: root/openssl/src/dsa.rs
diff options
context:
space:
mode:
Diffstat (limited to 'openssl/src/dsa.rs')
-rw-r--r--openssl/src/dsa.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/openssl/src/dsa.rs b/openssl/src/dsa.rs
index 11fece79..5f6ab1c7 100644
--- a/openssl/src/dsa.rs
+++ b/openssl/src/dsa.rs
@@ -5,7 +5,6 @@
//! using the private key that can be validated with the public key but not be generated
//! without the private key.
-use ffi;
use foreign_types::{ForeignType, ForeignTypeRef};
use libc::c_int;
use std::fmt;