Skip to content

Commit

Permalink
remove deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
bomgar committed Feb 3, 2025
1 parent 1dcdbfa commit 9e777ac
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ use crate::errors::AppError;
use std::collections::BTreeSet;

fn main() {
openssl_probe::init_ssl_cert_env_vars();
unsafe {
openssl_probe::init_openssl_env_vars();
}
let return_code = _main();
std::process::exit(return_code)
}
Expand Down

0 comments on commit 9e777ac

Please sign in to comment.