Skip to content

Commit 056698b

Browse files
committed
src: remove deleted tls file
1 parent e162783 commit 056698b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/node_builtins.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,8 @@ BuiltinLoader::BuiltinCategories BuiltinLoader::GetBuiltinCategories() const {
122122

123123
#if !HAVE_OPENSSL
124124
"crypto", "crypto/promises", "https", "http2", "tls", "_tls_common",
125-
"_tls_wrap", "internal/tls/secure-pair",
126-
"internal/tls/parse-cert-string", "internal/tls/secure-context",
125+
"_tls_wrap", "internal/tls/parse-cert-string",
126+
"internal/tls/secure-context",
127127
"internal/http2/core", "internal/http2/compat",
128128
"internal/streams/lazy_transform",
129129
#endif // !HAVE_OPENSSL

0 commit comments

Comments
 (0)