summaryrefslogtreecommitdiff
path: root/src/node_crypto.h
diff options
context:
space:
mode:
authorDaniel Bevenius <daniel.bevenius@gmail.com>2017-12-11 12:36:26 +0100
committerDaniel Bevenius <daniel.bevenius@gmail.com>2017-12-13 09:08:13 +0100
commit47edfd9c3c80ba70e0633d755c6aed111a3569d6 (patch)
tree3079dc950e33f17dffbe1376c16b3d9aa18c37d3 /src/node_crypto.h
parentc3bd59b9323c9837889414b49a78f8afcc1a02fc (diff)
downloadandroid-node-v8-47edfd9c3c80ba70e0633d755c6aed111a3569d6.tar.gz
android-node-v8-47edfd9c3c80ba70e0633d755c6aed111a3569d6.tar.bz2
android-node-v8-47edfd9c3c80ba70e0633d755c6aed111a3569d6.zip
crypto: move node_crypto_clienthello-inl.h to cc
This commit updates node_crypto.h to just include node_crypto_clienthello.h instead of the inline header. Also node_crypto.cc is updated to include node_crypto_clienthello-inl.h. PR-URL: https://github.com/nodejs/node/pull/17606 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'src/node_crypto.h')
-rw-r--r--src/node_crypto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/node_crypto.h b/src/node_crypto.h
index 7d8c9032c6..636cbb99d4 100644
--- a/src/node_crypto.h
+++ b/src/node_crypto.h
@@ -26,7 +26,7 @@
#include "node.h"
// ClientHelloParser
-#include "node_crypto_clienthello-inl.h"
+#include "node_crypto_clienthello.h"
#include "node_buffer.h"