Skip to content

Commit 892ce06

Browse files
committed
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 84dabe8 commit 892ce06

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
@@ -3777,7 +3777,7 @@ static void ParseArgs(int* argc,
37773777
#if HAVE_OPENSSL
37783778
bool use_bundled_ca = false;
37793779
bool use_openssl_ca = false;
3780-
#endif // HAVE_INSPECTOR
3780+
#endif // HAVE_OPENSSL
37813781

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

0 commit comments

Comments
 (0)