From 1ed175f85f01726bd129b0d879b1c837c21552de Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Tue, 7 Apr 2020 17:39:56 -0700 Subject: [PATCH] FIx build --- openssl/src/ssl/mod.rs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/openssl/src/ssl/mod.rs b/openssl/src/ssl/mod.rs index 82198c5f..38d395c7 100644 --- a/openssl/src/ssl/mod.rs +++ b/openssl/src/ssl/mod.rs @@ -93,9 +93,7 @@ use ssl::bio::BioMethod; use ssl::callbacks::*; use ssl::error::InnerError; use stack::{Stack, StackRef}; -#[cfg(ossl102)] -use x509::store::X509Store; -use x509::store::{X509StoreBuilderRef, X509StoreRef}; +use x509::store::{X509Store, X509StoreBuilderRef, X509StoreRef}; #[cfg(any(ossl102, libressl261))] use x509::verify::X509VerifyParamRef; use x509::{X509Name, X509Ref, X509StoreContextRef, X509VerifyResult, X509};