Skip to content

Commit c59bd6c

Browse files
committed
Switch a test from aws-lc-rs to ring since aws-lc-rs is no longer enabled in dev-dependencies
1 parent 7abae9a commit c59bd6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

actix-tls/tests/accept-openssl.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ fn rustls_connector(_cert: String, _key: String) -> ClientConfig {
111111

112112
#[actix_rt::test]
113113
async fn accepts_connections() {
114-
tokio_rustls_026::rustls::crypto::aws_lc_rs::default_provider()
114+
tokio_rustls_026::rustls::crypto::ring::default_provider()
115115
.install_default()
116116
.unwrap();
117117

0 commit comments

Comments
 (0)