diff --git a/actix-tls/tests/accept-openssl.rs b/actix-tls/tests/accept-openssl.rs index ecafbf76..638fc774 100644 --- a/actix-tls/tests/accept-openssl.rs +++ b/actix-tls/tests/accept-openssl.rs @@ -111,7 +111,7 @@ fn rustls_connector(_cert: String, _key: String) -> ClientConfig { #[actix_rt::test] async fn accepts_connections() { - tokio_rustls_026::rustls::crypto::aws_lc_rs::default_provider() + tokio_rustls_026::rustls::crypto::ring::default_provider() .install_default() .unwrap();