Commit 0983952
committed
chore(deps): remove OpenSSL 1.1.1 fallback, require OpenSSL 3.0+
Remove cascading OpenSSL version detection (3.x → 1.1.1) from
database/CMakeLists.txt PostgreSQL section. Now requires OpenSSL 3.0+
or PostgreSQL support is disabled.
OpenSSL 1.1.1 reached EOL September 2023. vcpkg.json already
requires version >= 3.0.0 — this aligns CMake detection accordingly.
Closes #3861 parent 11ba7c2 commit 0983952
1 file changed
Lines changed: 1 addition & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
364 | 364 | | |
365 | 365 | | |
366 | 366 | | |
367 | | - | |
| 367 | + | |
368 | 368 | | |
369 | | - | |
370 | | - | |
371 | | - | |
372 | | - | |
373 | | - | |
374 | | - | |
375 | | - | |
376 | 369 | | |
377 | 370 | | |
378 | 371 | | |
| |||
0 commit comments