Skip to content

Commit

Permalink
crypto: move node_crypto_clienthello-inl.h to cc
Browse files Browse the repository at this point in the history
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: #17606
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: James M Snell <jasnell@gmail.com>
  • Loading branch information
danbev committed Dec 13, 2017
1 parent c3bd59b commit 47edfd9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/node_crypto.cc
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
#include "node_crypto.h"
#include "node_crypto_bio.h"
#include "node_crypto_groups.h"
#include "node_crypto_clienthello-inl.h"
#include "node_mutex.h"
#include "tls_wrap.h" // TLSWrap

Expand Down
2 changes: 1 addition & 1 deletion src/node_crypto.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

#include "node.h"
// ClientHelloParser
#include "node_crypto_clienthello-inl.h"
#include "node_crypto_clienthello.h"

#include "node_buffer.h"

Expand Down

0 comments on commit 47edfd9

Please sign in to comment.