diff options
Diffstat (limited to 'ext/net/ops_tls.rs')
-rw-r--r-- | ext/net/ops_tls.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/net/ops_tls.rs b/ext/net/ops_tls.rs index 58b6147cb..89879da68 100644 --- a/ext/net/ops_tls.rs +++ b/ext/net/ops_tls.rs @@ -751,7 +751,7 @@ where }) } -async fn op_connect_tls<NP>( +pub async fn op_connect_tls<NP>( state: Rc<RefCell<OpState>>, args: ConnectTlsArgs, _: (), |