Skip to content

Commit

Permalink
make dane tests conditional on ossl 110
Browse files Browse the repository at this point in the history
  • Loading branch information
wez committed Oct 15, 2023
1 parent 8ba816a commit 15f0619
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions openssl/src/ssl/test/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -703,6 +703,7 @@ fn connector_valid_hostname() {
}

#[test]
#[cfg(ossl110)]
fn connector_dane() {
let server = Server::builder().build();

Expand Down

0 comments on commit 15f0619

Please sign in to comment.