Skip to content

Commit

Permalink
fix cfg macros for includes
Browse files Browse the repository at this point in the history
  • Loading branch information
HolyShitMan committed May 21, 2024
1 parent 121ae76 commit bc86ae8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openssl/src/ssl/connector.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ use std::ops::{Deref, DerefMut};

use crate::dh::Dh;
use crate::error::ErrorStack;
#[cfg(not(ossl111))]
#[cfg(not(libressl340))]
#[cfg(not(ossl102))]
#[cfg(not(libressl261))]
use crate::error::X509D2iError;
#[cfg(any(ossl111, libressl340))]
use crate::ssl::SslVersion;
Expand Down

0 comments on commit bc86ae8

Please sign in to comment.