Commit b2bc839
crypto: remove OPENSSL_FIPS guard for OpenSSL 3
The OPENSSL_FIPS guard is only needed for versions of OpenSSL earlier
than 3.0.
Removing the guard for OpenSSL 3 fixes `parallel/test-crypto-fips`
when run with a FIPS enabled OpenSSL 3 configuration.
PR-URL: #48392
Refs: #48379
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Michael Dawson <midawson@redhat.com>1 parent 9cf8fe6 commit b2bc839Copy full SHA for b2bc839
File tree
Expand file treeCollapse file tree
1 file changed
+2
-2
lines changedOpen diff view settings
Filter options
- src/crypto
Expand file treeCollapse file tree
1 file changed
+2
-2
lines changedOpen diff view settings
Collapse file
+2-2Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
254 | 254 | |
255 | 255 | |
256 | 256 | |
257 | | - |
258 | 257 | |
259 | 258 | |
260 | 259 | |
| ||
263 | 262 | |
264 | 263 | |
265 | 264 | |
| 265 | + |
266 | 266 | |
267 | | - |
268 | 267 | |
269 | 268 | |
270 | 269 | |
| 270 | + |
271 | 271 | |
272 | 272 | |
273 | 273 | |
|
0 commit comments