| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 56c47b5 commit d746207
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1536,8 +1536,10 @@ def without_ssl_error(option): | |||
| 1536 | 1536 | if options.openssl_no_asm and options.shared_openssl: | |
| 1537 | 1537 | error('--openssl-no-asm is incompatible with --shared-openssl') | |
| 1538 | 1538 | ||
| 1539 | - if options.openssl_is_fips and not options.shared_openssl: | ||
| 1539 | + if options.openssl_is_fips: | ||
| 1540 | 1540 | o['defines'] += ['OPENSSL_FIPS'] | |
| 1541 | + | ||
| 1542 | + if options.openssl_is_fips and not options.shared_openssl: | ||
| 1541 | 1543 | variables['node_fipsinstall'] = b(True) | |
| 1542 | 1544 | ||
| 1543 | 1545 | if options.shared_openssl: | |
| Back | FazBrowse Home | New Git URL |
0 commit comments