From c59bd6ca7448b190e37c968d5828f54cd7b4ccf4 Mon Sep 17 00:00:00 2001 From: asonix Date: Sun, 12 May 2024 14:30:18 -0500 Subject: [PATCH] Switch a test from aws-lc-rs to ring since aws-lc-rs is no longer enabled in dev-dependencies --- actix-tls/tests/accept-openssl.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();