diff options
Diffstat (limited to 'ext/net/02_tls.js')
-rw-r--r-- | ext/net/02_tls.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/net/02_tls.js b/ext/net/02_tls.js index f670f0360..658e616ab 100644 --- a/ext/net/02_tls.js +++ b/ext/net/02_tls.js @@ -2,13 +2,13 @@ import { core, internals, primordials } from "ext:core/mod.js"; const { internalRidSymbol } = core; -const { +import { op_net_accept_tls, op_net_connect_tls, op_net_listen_tls, op_tls_handshake, op_tls_start, -} = core.ensureFastOps(); +} from "ext:core/ops"; const { Number, ObjectDefineProperty, |