| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent fe9b6ee commit 07ffa3f
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1238,7 +1238,7 @@ def without_ssl_error(option): | |||
| 1238 | 1238 | if options.openssl_no_asm and options.shared_openssl: | |
| 1239 | 1239 | error('--openssl-no-asm is incompatible with --shared-openssl') | |
| 1240 | 1240 | ||
| 1241 | - if options.openssl_fips: | ||
| 1241 | + if options.openssl_fips or options.openssl_fips == '': | ||
| 1242 | 1242 | error('FIPS is not supported in this version of Node.js') | |
| 1243 | 1243 | ||
| 1244 | 1244 | configure_library('openssl', o) | |
| Back | FazBrowse Home | New Git URL |
0 commit comments