Skip to content

Commit c06590a

Browse files
committed
crypto: fix inclusion of OPENSSL_IS_BORINGSSL define
1 parent b4c5fb4 commit c06590a

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"
12+
#endif
13+
1014
namespace node {
1115

1216
using v8::Context;

0 commit comments

Comments
 (0)