- Notifications
You must be signed in to change notification settings - Fork4.9k
Commitd581960
committed
Fix build of MSVC with OpenSSL 3.0.0
The build scripts of Visual Studio would fail to detect properly a 3.0.0build as the check on the second digit was failing. This is adjustedwhere needed, allowing the builds to complete. Note that the MSIs ofOpenSSL mentioned in the documentation have not changed any librarynames for Win32 and Win64, making this change straight-forward.Reported-by: htalaco, via githubReviewed-by: Daniel GustafssonDiscussion:https://postgr.es/m/YW5XKYkq6k7OtrFq@paquier.xyzBackpatch-through: 9.61 parent1ba3b15 commitd581960
1 file changed
+4
-2
lines changedLines changed: 4 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
263 | 263 |
| |
264 | 264 |
| |
265 | 265 |
| |
266 |
| - | |
| 266 | + | |
| 267 | + | |
267 | 268 |
| |
268 | 269 |
| |
269 | 270 |
| |
| |||
575 | 576 |
| |
576 | 577 |
| |
577 | 578 |
| |
578 |
| - | |
| 579 | + | |
| 580 | + | |
579 | 581 |
| |
580 | 582 |
| |
581 | 583 |
| |
|
0 commit comments
Comments
(0)