Skip to content

Commit

Permalink
fix: use ring as default provider (#19874) (#19882)
Browse files Browse the repository at this point in the history
Co-authored-by: zwang28 <[email protected]>
  • Loading branch information
github-actions[bot] and zwang28 authored Dec 24, 2024
1 parent b655733 commit a40fa8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ where
{
set_panic_hook();

rustls::crypto::aws_lc_rs::default_provider()
rustls::crypto::ring::default_provider()
.install_default()
.inspect_err(|e| {
tracing::error!(?e, "Failed to install default crypto provider.");
Expand Down

0 comments on commit a40fa8f

Please sign in to comment.