Skip to content

Commit 49fd777

Browse files
add new internal modules to node_builtins.cc
1 parent 0c3bb4c commit 49fd777

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/node_builtins.cc

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,9 +127,10 @@ BuiltinLoader::BuiltinCategories BuiltinLoader::GetBuiltinCategories() const {
127127

128128
#if !HAVE_OPENSSL
129129
"crypto", "crypto/promises", "https", "http2", "tls", "_tls_common",
130-
"_tls_wrap", "internal/tls/parse-cert-string",
131-
"internal/tls/secure-context", "internal/http2/core",
132-
"internal/http2/compat", "internal/streams/lazy_transform",
130+
"_tls_wrap", "internal/tls/parse-cert-string", "internal/tls/common",
131+
"internal/tls/wrap", "internal/tls/secure-context",
132+
"internal/http2/core", "internal/http2/compat",
133+
"internal/streams/lazy_transform",
133134
#endif // !HAVE_OPENSSL
134135
#if !NODE_OPENSSL_HAS_QUIC
135136
"internal/quic/quic", "internal/quic/symbols", "internal/quic/stats",

0 commit comments

Comments
 (0)