add openssl vendored
This commit is contained in:
parent
976ffc062e
commit
dcbb27d869
3 changed files with 12 additions and 1 deletions
|
|
@ -253,7 +253,7 @@ pub fn init_provider() {
|
|||
_provider = CryptoProvider::install_default(prov);
|
||||
}
|
||||
|
||||
#[cfg(feature = "openssl")]
|
||||
#[cfg(any(feature = "openssl", feature = "openssl-static"))]
|
||||
{
|
||||
info!("Using RusTLS provider openssl");
|
||||
let mut prov = rustls_openssl::default_provider();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue