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 <[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 authored and MylesBorins committed Apr 19, 2017
1 parent 1b4f69a commit 1035967
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 @@ -6028,7 +6028,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 1035967

Please sign in to comment.