Skip to content

Commit

Permalink
Use default TLS implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrossard committed Oct 28, 2021
1 parent 2ecb550 commit 6ea727f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rust/cmsis-pack/src/update/download.rs
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ where
{
pub fn new(config: &'a Conf, prog: Prog) -> Result<Self, Error> {
let client = ClientBuilder::new()
.use_rustls_tls()
.redirect(redirect::Policy::limited(5))
.build()?;

Expand Down

0 comments on commit 6ea727f

Please sign in to comment.