switch to ring
This commit is contained in:
1 parent
420a9938ea
commit
b18ea96100
5 files changed
+11
-152
No files matched your search
@@ -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