Skip to main content

via/
tls.rs

1pub fn install_crypto_provider() {
2    let _ = rustls::crypto::ring::default_provider().install_default();
3}