Commit b73548da authored by Marc-Antoine Perennou's avatar Marc-Antoine Perennou
Browse files

openssl: ecdh_tmp_callback doesn't work with libressl 2.6.1

parent 50918303
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1241,7 +1241,7 @@ fn tmp_dh_callback() {
}

#[test]
#[cfg(any(all(feature = "v101", ossl101), all(feature = "v102", ossl102)))]
#[cfg(any(all(feature = "v101", ossl101, not(libressl261)), all(feature = "v102", ossl102)))]
fn tmp_ecdh_callback() {
    use ec::EcKey;
    use nid;
@@ -1308,7 +1308,7 @@ fn tmp_dh_callback_ssl() {
}

#[test]
#[cfg(any(all(feature = "v101", ossl101), all(feature = "v102", ossl102)))]
#[cfg(any(all(feature = "v101", ossl101, not(libressl261)), all(feature = "v102", ossl102)))]
fn tmp_ecdh_callback_ssl() {
    use ec::EcKey;
    use nid;