Skip to content

doc: fix return type of `crypto.getFips()`

Rodrigo Muino Tomonari requested to merge github/fork/richardlau/getfips into master

crypto.getFips() returns a number, not a boolean.

cc @danbev @nodejs/crypto

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • documentation is changed or added
  • commit message follows commit guidelines

Merge request reports

Loading