summaryrefslogtreecommitdiff
path: root/ext/net/ops_tls.rs
diff options
context:
space:
mode:
Diffstat (limited to 'ext/net/ops_tls.rs')
-rw-r--r--ext/net/ops_tls.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/net/ops_tls.rs b/ext/net/ops_tls.rs
index fd2308ef1..67e6dfc16 100644
--- a/ext/net/ops_tls.rs
+++ b/ext/net/ops_tls.rs
@@ -883,6 +883,7 @@ where
root_cert_store,
ca_certs,
unsafely_ignore_certificate_errors,
+ None,
)?;
if let Some(alpn_protocols) = args.alpn_protocols {
@@ -983,6 +984,7 @@ where
root_cert_store,
ca_certs,
unsafely_ignore_certificate_errors,
+ None,
)?;
if let Some(alpn_protocols) = args.alpn_protocols {