Skip to content

Commit 9f3b4ad

Browse files
danbevMylesBorins
authored andcommitted
src: fix incorrect macro comment
Commit de168b4 ("src: guard bundled_ca/openssl_ca with HAVE_OPENSSL") included an incorrect end macro comment which this commit fixes. PR-URL: #12688 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent 2b29cea commit 9f3b4ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/node.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -3890,7 +3890,7 @@ static void ParseArgs(int* argc,
38903890
#if HAVE_OPENSSL
38913891
bool use_bundled_ca = false;
38923892
bool use_openssl_ca = false;
3893-
#endif // HAVE_INSPECTOR
3893+
#endif // HAVE_OPENSSL
38943894

38953895
for (unsigned int i = 0; i < nargs; ++i) {
38963896
new_exec_argv[i] = nullptr;

0 commit comments

Comments
 (0)