From ba77dc8597cbcf42feea59f1381512d421ec9cc5 Mon Sep 17 00:00:00 2001 From: James M Snell Date: Fri, 18 Sep 2020 10:14:58 -0700 Subject: crypto: move node_crypto files to src/crypto MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: James M Snell PR-URL: https://github.com/nodejs/node/pull/35093 Reviewed-By: Matteo Collina Reviewed-By: Anna Henningsen Reviewed-By: Michaƫl Zasso Reviewed-By: Rich Trott --- src/node_crypto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/node_crypto.h') 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" -- cgit v1.2.1