Commit 89aaf16
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 b9c643e commit 89aaf16Copy full SHA for 89aaf16
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 |
|---|---|---|
| ||
253 | 253 | |
254 | 254 | |
255 | 255 | |
256 | | - |
257 | 256 | |
258 | 257 | |
259 | 258 | |
| ||
262 | 261 | |
263 | 262 | |
264 | 263 | |
| 264 | + |
265 | 265 | |
266 | | - |
267 | 266 | |
268 | 267 | |
269 | 268 | |
| 269 | + |
270 | 270 | |
271 | 271 | |
272 | 272 | |
|
0 commit comments