max / synckit
- Co-Authored-By
- Claude Opus 5 (1M context) <noreply@anthropic.com>
1 file changed,
+1 insertion,
-0 deletions
| @@ -52,6 +52,7 @@ | |||
| 52 | 52 | fn ensure_crypto_provider() { | |
| 53 | 53 | static PROVIDER: std::sync::Once = std::sync::Once::new(); | |
| 54 | 54 | PROVIDER.call_once(|| { | |
| 55 | + | // Err means a provider is already installed, which is the outcome we want. | |
| 55 | 56 | let _ = rustls::crypto::ring::default_provider().install_default(); | |
| 56 | 57 | }); | |
| 57 | 58 | } |