Skip to content

Commit

Permalink
Enable mozilla_modern_v5 test for LibreSSL 3.4.0+
Browse files Browse the repository at this point in the history
  • Loading branch information
vishwin committed May 6, 2022
1 parent 6aab638 commit 3bccee2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openssl/src/ssl/test/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -790,7 +790,7 @@ fn connector_client_server_mozilla_intermediate_v5() {
}

#[test]
#[cfg(ossl111)]
#[cfg(any(ossl111, libressl340))]
fn connector_client_server_mozilla_modern_v5() {
test_mozilla_server(SslAcceptor::mozilla_modern_v5);
}
Expand Down

0 comments on commit 3bccee2

Please sign in to comment.