switch to ring
This commit is contained in:
@@ -27,3 +27,9 @@ pub struct Msg {
|
||||
pub content: String,
|
||||
pub user: String,
|
||||
}
|
||||
|
||||
pub fn install_crypto_provider() {
|
||||
quinn::rustls::crypto::ring::default_provider()
|
||||
.install_default()
|
||||
.unwrap();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user