-
Notifications
You must be signed in to change notification settings - Fork 29.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
crypto: move node_crypto_clienthello-inl.h to cc #17606
Conversation
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.
Should this be fast tracked? |
Should still be fast tracked? |
Landed in 47edfd9 |
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 <[email protected]> Reviewed-By: James M Snell <[email protected]>
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 <[email protected]> Reviewed-By: James M Snell <[email protected]>
Does this make sense for LTS? It does not land cleanly on v6.x and creates new compiler warnings for v8.x
|
ping re: backport |
@MylesBorins Sorry about the delay, I'll take a look at backporting today. |
@MylesBorins I don't think this is worth backporting to v6.x as it will require multiple changes to other files in addition to the ones in this pull request. I'll take a look at the warning backporting to v8.x now. |
I've taken a look and the same warnings are generated for 8.x as for 6.x. I don't think this is worth back porting. Let me know if you feel differently. |
This commit updates
node_crypto.h
to just includenode_crypto_clienthello.h
instead of the inline header. Alsonode_crypto.cc
is updated to includenode_crypto_clienthello-inl.h
.Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passescrypto
Affected core subsystem(s)