Skip to content

Commit

Permalink
Fix android conditional branch
Browse files Browse the repository at this point in the history
  • Loading branch information
tarkah committed Feb 22, 2023
1 parent be50567 commit 731dc3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ impl Default for Client {

#[cfg(target_os = "android")]
{
use isahc::config::SslOption;
use isahc::config::{Configurable, SslOption};

builder = builder.ssl_options(SslOption::DANGER_ACCEPT_INVALID_CERTS);
}
Expand Down

0 comments on commit 731dc3b

Please sign in to comment.