summaryrefslogtreecommitdiff
path: root/node.gyp
diff options
context:
space:
mode:
authorFedor Indutny <fedor.indutny@gmail.com>2013-08-02 16:16:13 +0400
committerFedor Indutny <fedor.indutny@gmail.com>2013-08-06 16:13:01 +0400
commit8e28193cc239a8389a1edda6810402005c1336cc (patch)
tree9eb0be6b32f20c768c67ce0b4feb972c156fb57d /node.gyp
parent6942a95ae1863503ad050113581b6eb708a3a6f3 (diff)
downloadandroid-node-v8-8e28193cc239a8389a1edda6810402005c1336cc.tar.gz
android-node-v8-8e28193cc239a8389a1edda6810402005c1336cc.tar.bz2
android-node-v8-8e28193cc239a8389a1edda6810402005c1336cc.zip
tls_wrap: DRY ClientHelloParser
Share ClientHelloParser code between `tls_wrap.cc` and `node_crypto.cc`. fix #5959
Diffstat (limited to 'node.gyp')
-rw-r--r--node.gyp2
1 files changed, 2 insertions, 0 deletions
diff --git a/node.gyp b/node.gyp
index b06f692a49..d6aefae26d 100644
--- a/node.gyp
+++ b/node.gyp
@@ -161,8 +161,10 @@
'sources': [
'src/node_crypto.cc',
'src/node_crypto_bio.cc',
+ 'src/node_crypto_clienthello.cc',
'src/node_crypto.h',
'src/node_crypto_bio.h',
+ 'src/node_crypto_clienthello.h',
'src/tls_wrap.cc',
'src/tls_wrap.h'
],