sfackler / rust-native-tls

Apache License 2.0
478 stars 201 forks source link

openssl_probe::init_ssl_cert_env_vars #180

Closed vkandy closed 4 years ago

vkandy commented 4 years ago

openssl_probe::init_ssl_cert_env_vars() now returns a bool which fails to compile at this line:

https://github.com/sfackler/rust-native-tls/blob/master/src/imp/openssl.rs#L94

   |
94 |     ONCE.call_once(|| openssl_probe::init_ssl_cert_env_vars());
   |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `()`, found `bool`
sfackler commented 4 years ago

That is a break in openssl_probe, and the release has been yanked.