Skip to content

Commit 93e1a33

Browse files
codebyteretargos
authored andcommitted
crypto: fix inclusion of OPENSSL_IS_BORINGSSL define
PR-URL: #58845 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Juan José Arboleda <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Ethan Arrowood <[email protected]> Reviewed-By: Richard Lau <[email protected]>
1 parent c300f10 commit 93e1a33

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/node_config.cc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
#include "node_options.h"
88
#include "util-inl.h"
99

10+
#if HAVE_OPENSSL
11+
#include "ncrypto.h" // Ensure OPENSSL_IS_BORINGSSL is defined if applicable
12+
#endif
13+
1014
namespace node {
1115

1216
using v8::Context;

0 commit comments

Comments
 (0)