Commit 3bccee28 authored by Charlie Li's avatar Charlie Li
Browse files

Enable mozilla_modern_v5 test for LibreSSL 3.4.0+

parent 6aab6386
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);
}