Commit f055a66
crypto: enable FIPS only when configured with it
Do not rely on `OPENSSL_FIPS` in `node_crypto.cc` when building with
shared FIPS-enabled OpenSSL library. Enable FIPS in core only when
configured with `--openssl-fips`.
Fix: #3077
PR-URL: #3153
Reviewed-By: Ben Noordhuis <[email protected]>1 parent 0858c86 commit f055a66
2 files changed
+5
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
228 | 228 | | |
229 | 229 | | |
230 | 230 | | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
231 | 234 | | |
232 | 235 | | |
233 | 236 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5323 | 5323 | | |
5324 | 5324 | | |
5325 | 5325 | | |
5326 | | - | |
| 5326 | + | |
5327 | 5327 | | |
5328 | 5328 | | |
5329 | 5329 | | |
5330 | 5330 | | |
5331 | 5331 | | |
5332 | | - | |
| 5332 | + | |
5333 | 5333 | | |
5334 | 5334 | | |
5335 | 5335 | | |
| |||
0 commit comments