Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fixed links
  • Loading branch information
ydv-ankit committed Mar 21, 2023
commit 238ead090a8c053d3fa5279e9917da6e3a8d3020
4 changes: 2 additions & 2 deletions BUILDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -988,10 +988,10 @@ true
FIPS support can then be enable via the OpenSSL configuration file or
using `--enable-fips` or `--force-fips` command line options to the Node.js
executable. See sections
[Enabling FIPS using Node.js options](#enabling-fips-using-node.js-options) and
[Enabling FIPS using Node.js options](#enabling-fips-using-nodejs-options) and
[Enabling FIPS using OpenSSL config](#enabling-fips-using-openssl-config) below.

### Enabling FIPS using Node.js options
### Enabling FIPS using Nodejs options

This is done using one of the Node.js options `--enable-fips` or
`--force-fips`, for example:
Expand Down