Skip to content

Commit

Permalink
src: remove outdated FIXME in node_crypto.cc
Browse files Browse the repository at this point in the history
Issue 4641 contains a FIXME regarding the InitCrypto function. After
discussing this with bnoordhuis it seems to be an outdated comment.

Refs: #4641
PR-URL: #11669
Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
  • Loading branch information
danbev authored and addaleax committed Mar 5, 2017
1 parent f69685b commit 821d713
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/node_crypto.cc
Original file line number Diff line number Diff line change
Expand Up @@ -5998,7 +5998,6 @@ void SetFipsCrypto(const FunctionCallbackInfo<Value>& args) {
#endif /* NODE_FIPS_MODE */
}

// FIXME(bnoordhuis) Handle global init correctly.
void InitCrypto(Local<Object> target,
Local<Value> unused,
Local<Context> context,
Expand Down

0 comments on commit 821d713

Please sign in to comment.