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: nodejs#4641
PR-URL: nodejs#11669
Reviewed-By: Gibson Fahnestock <[email protected]>
Reviewed-By: Ben Noordhuis <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: James M Snell <[email protected]>
  • Loading branch information
danbev committed Mar 4, 2017
1 parent b535e25 commit 9352528
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 @@ -5999,7 +5999,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 9352528

Please sign in to comment.