crypto: remove unused header in clienthello.h
This commit removes stdlib.h header as it does not seem to be used any more. PR-URL: https://github.com/nodejs/node/pull/17752 Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net>
This commit is contained in:
parent
ed15c717bf
commit
85d5885f52
@ -26,7 +26,6 @@
|
||||
|
||||
#include <stddef.h> // size_t
|
||||
#include <stdint.h>
|
||||
#include <stdlib.h> // nullptr
|
||||
|
||||
namespace node {
|
||||
namespace crypto {
|
||||
|
Loading…
x
Reference in New Issue
Block a user