forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit8aa9a26
Define OPENSSL_API_COMPAT
This avoids deprecation warnings from newer OpenSSL versions (3.0.0 inparticular).This has been originally applied as 4d3db13 for v14 and newer versions,but not on the older branches out of caution, and this commit closes thegap to remove all these deprecation warnings in all the branches stillsupported.OPENSSL_API_COMPAT's value is set based on the oldest version of OpenSSLsupported on a branch: 1.0.1 for Postgres 13 and 0.9.8 for Postgres 11and 12.Reviewed-by: Daniel GustafssonDiscussion:https://postgr.es/m/FEF81714-D479-4512-839B-C769D2605F8A@yesql.seDiscussion:https://postgr.es/m/ZJJmOH+hIOSoesux@paquier.xyzBackpatch-through: 111 parentf7ee116 commit8aa9a26
File tree
4 files changed
+21
-2
lines changed- src
- include
- tools/msvc
4 files changed
+21
-2
lines changedLines changed: 5 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
12477 | 12477 |
| |
12478 | 12478 |
| |
12479 | 12479 |
| |
12480 |
| - | |
| 12480 | + | |
| 12481 | + | |
| 12482 | + | |
| 12483 | + | |
| 12484 | + | |
12481 | 12485 |
| |
12482 | 12486 |
| |
12483 | 12487 |
| |
|
Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1258 | 1258 |
| |
1259 | 1259 |
| |
1260 | 1260 |
| |
| 1261 | + | |
| 1262 | + | |
| 1263 | + | |
1261 | 1264 |
| |
1262 | 1265 |
| |
1263 | 1266 |
| |
|
Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
758 | 758 |
| |
759 | 759 |
| |
760 | 760 |
| |
| 761 | + | |
| 762 | + | |
| 763 | + | |
| 764 | + | |
761 | 765 |
| |
762 | 766 |
| |
763 | 767 |
| |
|
Lines changed: 9 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
152 | 152 |
| |
153 | 153 |
| |
154 | 154 |
| |
| 155 | + | |
| 156 | + | |
155 | 157 |
| |
156 | 158 |
| |
157 | 159 |
| |
| |||
176 | 178 |
| |
177 | 179 |
| |
178 | 180 |
| |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
179 | 186 |
| |
180 | 187 |
| |
181 | 188 |
| |
182 |
| - | |
| 189 | + | |
183 | 190 |
| |
184 | 191 |
| |
185 | 192 |
| |
| |||
436 | 443 |
| |
437 | 444 |
| |
438 | 445 |
| |
| 446 | + | |
439 | 447 |
| |
440 | 448 |
| |
441 | 449 |
| |
|
0 commit comments
Comments
(0)