File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -24,15 +24,14 @@ function startPrintHelpTest() {
24
24
function validateNodePrintHelp ( ) {
25
25
const config = process . config ;
26
26
const HAVE_OPENSSL = common . hasCrypto ;
27
- const NODE_FIPS_MODE = fipsMode ;
28
27
const NODE_HAVE_I18N_SUPPORT = common . hasIntl ;
29
28
const HAVE_INSPECTOR = config . variables . v8_enable_inspector === 1 ;
30
29
31
30
const cliHelpOptions = [
32
31
{ compileConstant : HAVE_OPENSSL ,
33
32
flags : [ '--openssl-config=...' , '--tls-cipher-list=...' ,
34
33
'--use-bundled-ca' , '--use-openssl-ca' ] } ,
35
- { compileConstant : NODE_FIPS_MODE ,
34
+ { compileConstant : fipsMode ,
36
35
flags : [ '--enable-fips' , '--force-fips' ] } ,
37
36
{ compileConstant : NODE_HAVE_I18N_SUPPORT ,
38
37
flags : [ '--icu-data-dir=...' , 'NODE_ICU_DATA' ] } ,
You can’t perform that action at this time.
0 commit comments