From 0bae121e1268565eb29e90e68b8c5e98ab1fe979 Mon Sep 17 00:00:00 2001 From: Paul Florence Date: Fri, 10 Nov 2017 10:05:52 -0500 Subject: Added a macro that wraps foreign type, and impl Send and Sync for both, the borrowed type and the owned one. Replaced all invocation of `foreign_type` by `foreign_type_and_impl_send_sync`. --- openssl/src/lib.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'openssl/src/lib.rs') diff --git a/openssl/src/lib.rs b/openssl/src/lib.rs index a6b7885c..5c3e7cc8 100644 --- a/openssl/src/lib.rs +++ b/openssl/src/lib.rs @@ -27,6 +27,7 @@ use error::ErrorStack; mod macros; mod bio; +#[macro_use] mod util; pub mod aes; pub mod asn1; -- cgit v1.2.3