forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit265c913
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 parent4f8f0f8 commit265c913
File tree
5 files changed
+25
-2
lines changed- src
- include
- tools/msvc
5 files changed
+25
-2
lines changedLines changed: 5 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
12405 | 12405 |
| |
12406 | 12406 |
| |
12407 | 12407 |
| |
12408 |
| - | |
| 12408 | + | |
| 12409 | + | |
| 12410 | + | |
| 12411 | + | |
| 12412 | + | |
12409 | 12413 |
| |
12410 | 12414 |
| |
12411 | 12415 |
| |
|
Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1274 | 1274 |
| |
1275 | 1275 |
| |
1276 | 1276 |
| |
| 1277 | + | |
| 1278 | + | |
| 1279 | + | |
1277 | 1280 |
| |
1278 | 1281 |
| |
1279 | 1282 |
| |
|
Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
808 | 808 |
| |
809 | 809 |
| |
810 | 810 |
| |
| 811 | + | |
| 812 | + | |
| 813 | + | |
| 814 | + | |
811 | 815 |
| |
812 | 816 |
| |
813 | 817 |
| |
|
Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
641 | 641 |
| |
642 | 642 |
| |
643 | 643 |
| |
| 644 | + | |
| 645 | + | |
| 646 | + | |
| 647 | + | |
644 | 648 |
| |
645 | 649 |
| |
646 | 650 |
| |
|
Lines changed: 9 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
147 | 147 |
| |
148 | 148 |
| |
149 | 149 |
| |
| 150 | + | |
| 151 | + | |
150 | 152 |
| |
151 | 153 |
| |
152 | 154 |
| |
| |||
163 | 165 |
| |
164 | 166 |
| |
165 | 167 |
| |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
166 | 173 |
| |
167 | 174 |
| |
168 | 175 |
| |
169 |
| - | |
| 176 | + | |
170 | 177 |
| |
171 | 178 |
| |
172 | 179 |
| |
| |||
250 | 257 |
| |
251 | 258 |
| |
252 | 259 |
| |
| 260 | + | |
253 | 261 |
| |
254 | 262 |
| |
255 | 263 |
| |
|
0 commit comments
Comments
(0)