summaryrefslogtreecommitdiff
path: root/node.gyp
diff options
context:
space:
mode:
authorFedor Indutny <fedor.indutny@gmail.com>2013-06-11 12:59:10 +0200
committerFedor Indutny <fedor.indutny@gmail.com>2013-06-16 09:30:14 +0200
commit03e008ddb8381b601dd42330ae57efedd5979ce4 (patch)
treeba4a068856a365e93648866b71591753b80fd4c3 /node.gyp
parent4c48a39c65c175c2f0b1ec5bf58456dd83e71d99 (diff)
downloadandroid-node-v8-03e008ddb8381b601dd42330ae57efedd5979ce4.tar.gz
android-node-v8-03e008ddb8381b601dd42330ae57efedd5979ce4.tar.bz2
android-node-v8-03e008ddb8381b601dd42330ae57efedd5979ce4.zip
tls_wrap: embed TLS encryption into streamwrap
Diffstat (limited to 'node.gyp')
-rw-r--r--node.gyp7
1 files changed, 6 insertions, 1 deletions
diff --git a/node.gyp b/node.gyp
index 5a1b924b04..931eca4274 100644
--- a/node.gyp
+++ b/node.gyp
@@ -159,7 +159,12 @@
'conditions': [
[ 'node_use_openssl=="true"', {
'defines': [ 'HAVE_OPENSSL=1' ],
- 'sources': [ 'src/node_crypto.cc', 'src/node_crypto_bio.cc' ],
+ 'sources': [
+ 'src/node_crypto.cc',
+ 'src/node_crypto_bio.cc',
+ 'src/tls_wrap.cc',
+ 'src/tls_wrap.h'
+ ],
'conditions': [
[ 'node_shared_openssl=="false"', {
'dependencies': [ './deps/openssl/openssl.gyp:openssl' ],