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() {
2424function validateNodePrintHelp ( ) {
2525 const config = process . config ;
2626 const HAVE_OPENSSL = common . hasCrypto ;
27- const NODE_FIPS_MODE = fipsMode ;
2827 const NODE_HAVE_I18N_SUPPORT = common . hasIntl ;
2928 const HAVE_INSPECTOR = config . variables . v8_enable_inspector === 1 ;
3029
3130 const cliHelpOptions = [
3231 { compileConstant : HAVE_OPENSSL ,
3332 flags : [ '--openssl-config=...' , '--tls-cipher-list=...' ,
3433 '--use-bundled-ca' , '--use-openssl-ca' ] } ,
35- { compileConstant : NODE_FIPS_MODE ,
34+ { compileConstant : fipsMode ,
3635 flags : [ '--enable-fips' , '--force-fips' ] } ,
3736 { compileConstant : NODE_HAVE_I18N_SUPPORT ,
3837 flags : [ '--icu-data-dir=...' , 'NODE_ICU_DATA' ] } ,
You can’t perform that action at this time.
0 commit comments