Skip to content

Commit e4ff2b6

Browse files
codebytereRafaelGSS
authored andcommitted
src: remove deleted tls file
PR-URL: #57481 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Xuguang Mei <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent 21317d8 commit e4ff2b6

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/node_builtins.cc

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -122,10 +122,9 @@ 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",
127-
"internal/http2/core", "internal/http2/compat",
128-
"internal/streams/lazy_transform",
125+
"_tls_wrap", "internal/tls/parse-cert-string",
126+
"internal/tls/secure-context", "internal/http2/core",
127+
"internal/http2/compat", "internal/streams/lazy_transform",
129128
#endif // !HAVE_OPENSSL
130129
#if !NODE_OPENSSL_HAS_QUIC
131130
"internal/quic/quic", "internal/quic/symbols", "internal/quic/stats",

0 commit comments

Comments
 (0)