Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'node.gyp')
-rw-r--r--node.gyp3
1 files changed, 3 insertions, 0 deletions
diff --git a/node.gyp b/node.gyp
index dd9bddd08ba..c4bf4411cfd 100644
--- a/node.gyp
+++ b/node.gyp
@@ -1360,6 +1360,9 @@
'defines': [
'HAVE_OPENSSL=1',
],
+ 'sources': [
+ 'test/cctest/test_node_crypto.cc',
+ ]
}],
[ 'node_use_openssl=="true" and experimental_quic==1', {
'defines': [