We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b93e89 commit 79e74d0Copy full SHA for 79e74d0
src/lib.rs
@@ -873,6 +873,7 @@ fn openssl_env_init() {
873
// OS X the OpenSSL binaries are stable enough that we can just rely on
874
// dynamic linkage (plus they have some weird modifications to OpenSSL which
875
// means we wouldn't want to link statically).
876
+ #[allow(deprecated)] // FIXME: use init_openssl_env_vars instead
877
openssl_probe::init_ssl_cert_env_vars();
878
}
879
0 commit comments