Skip to content

Commit 79e74d0

Browse files
committed
Allow init_ssl_cert_env_vars for now
This is deprecated, someone should investigate how to switch to the preferred version instead.
1 parent 7b93e89 commit 79e74d0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -873,6 +873,7 @@ fn openssl_env_init() {
873873
// OS X the OpenSSL binaries are stable enough that we can just rely on
874874
// dynamic linkage (plus they have some weird modifications to OpenSSL which
875875
// means we wouldn't want to link statically).
876+
#[allow(deprecated)] // FIXME: use init_openssl_env_vars instead
876877
openssl_probe::init_ssl_cert_env_vars();
877878
}
878879

0 commit comments

Comments
 (0)