diff options
Diffstat (limited to 'ext/node/polyfills/tls.ts')
-rw-r--r-- | ext/node/polyfills/tls.ts | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/node/polyfills/tls.ts b/ext/node/polyfills/tls.ts index b920ffc7d..90f603616 100644 --- a/ext/node/polyfills/tls.ts +++ b/ext/node/polyfills/tls.ts @@ -1,9 +1,9 @@ // Copyright 2018-2023 the Deno authors. All rights reserved. MIT license. // Copyright Joyent and Node contributors. All rights reserved. MIT license. -import { notImplemented } from "internal:deno_node/polyfills/_utils.ts"; -import tlsCommon from "internal:deno_node/polyfills/_tls_common.ts"; -import tlsWrap from "internal:deno_node/polyfills/_tls_wrap.ts"; +import { notImplemented } from "internal:deno_node/_utils.ts"; +import tlsCommon from "internal:deno_node/_tls_common.ts"; +import tlsWrap from "internal:deno_node/_tls_wrap.ts"; // openssl -> rustls const cipherMap = { |