summaryrefslogtreecommitdiff
path: root/src/node_crypto.h
diff options
context:
space:
mode:
authorJames M Snell <jasnell@gmail.com>2020-09-18 10:14:58 -0700
committerJames M Snell <jasnell@gmail.com>2020-10-07 17:27:01 -0700
commitba77dc8597cbcf42feea59f1381512d421ec9cc5 (patch)
treed56513204d182159561b8d1cf55168b63a72a093 /src/node_crypto.h
parentd0438a629a34a19c7368a32f5731f7b8c3cd3ec8 (diff)
downloadnode-new-ba77dc8597cbcf42feea59f1381512d421ec9cc5.tar.gz
crypto: move node_crypto files to src/crypto
Signed-off-by: James M Snell <jasnell@gmail.com> PR-URL: https://github.com/nodejs/node/pull/35093 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Michaƫl Zasso <targos@protonmail.com> Reviewed-By: Rich Trott <rtrott@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 bef98b3e24..d818a85031 100644
--- a/src/node_crypto.h
+++ b/src/node_crypto.h
@@ -25,7 +25,7 @@
#if defined(NODE_WANT_INTERNALS) && NODE_WANT_INTERNALS
// ClientHelloParser
-#include "node_crypto_clienthello.h"
+#include "crypto/crypto_clienthello.h"
#include "allocated_buffer.h"
#include "env.h"