]> git.proxmox.com Git - cargo.git/blobdiff - vendor/openssl/src/memcmp.rs
New upstream version 0.52.0
[cargo.git] / vendor / openssl / src / memcmp.rs
index 3b7bf3b28bcdd8d199baa1616f00322ac307264f..97b36302ab356c237dd517a80e1d6c3877dc2df9 100644 (file)
@@ -29,7 +29,6 @@
 //! assert!(!eq(&a, &b));
 //! assert!(!eq(&a, &c));
 //! ```
-use ffi;
 use libc::size_t;
 
 /// Returns `true` iff `a` and `b` contain the same bytes.