summaryrefslogtreecommitdiff
path: root/ext/net/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'ext/net/lib.rs')
-rw-r--r--ext/net/lib.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/net/lib.rs b/ext/net/lib.rs
index 675cffbe3..d6e1d9dc2 100644
--- a/ext/net/lib.rs
+++ b/ext/net/lib.rs
@@ -84,6 +84,9 @@ deno_core::extension!(deno_net,
ops::op_set_nodelay,
ops::op_set_keepalive,
+ ops_tls::op_tls_key_null,
+ ops_tls::op_tls_key_static,
+ ops_tls::op_tls_key_static_from_file<P>,
ops_tls::op_tls_start<P>,
ops_tls::op_net_connect_tls<P>,
ops_tls::op_net_listen_tls<P>,