mirror of https://github.com/fafhrd91/actix-net
Switch another test from aws-lc-rs to ring since aws-lc-rs is no longer enabled in dev-dependencies
This commit is contained in:
parent
c59bd6ca74
commit
6b669136f3
|
@ -73,7 +73,7 @@ fn openssl_connector(cert: String, key: String) -> SslConnector {
|
|||
|
||||
#[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();
|
||||
|
||||
|
|
Loading…
Reference in New Issue