Skip to content

Commit

Permalink
crypto: remove unused header in clienthello.h
Browse files Browse the repository at this point in the history
This commit removes stdlib.h header as it does not seem to be used any
more.

PR-URL: #17752
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
  • Loading branch information
danbev authored and MylesBorins committed Feb 13, 2018
1 parent cb78543 commit c377d22
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/node_crypto_clienthello.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

#include <stddef.h> // size_t
#include <stdint.h>
#include <stdlib.h> // nullptr

namespace node {
namespace crypto {
Expand Down

0 comments on commit c377d22

Please sign in to comment.