summaryrefslogtreecommitdiff
path: root/src/node_crypto_clienthello-inl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/node_crypto_clienthello-inl.h')
-rw-r--r--src/node_crypto_clienthello-inl.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/node_crypto_clienthello-inl.h b/src/node_crypto_clienthello-inl.h
index 9ae9fd41b6..108383bf2d 100644
--- a/src/node_crypto_clienthello-inl.h
+++ b/src/node_crypto_clienthello-inl.h
@@ -1,6 +1,8 @@
#ifndef SRC_NODE_CRYPTO_CLIENTHELLO_INL_H_
#define SRC_NODE_CRYPTO_CLIENTHELLO_INL_H_
+#if defined(NODE_WANT_INTERNALS) && NODE_WANT_INTERNALS
+
#include "util.h"
#include "util-inl.h"
@@ -53,4 +55,6 @@ inline bool ClientHelloParser::IsPaused() const {
} // namespace node
+#endif // defined(NODE_WANT_INTERNALS) && NODE_WANT_INTERNALS
+
#endif // SRC_NODE_CRYPTO_CLIENTHELLO_INL_H_