forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commita430c7b
committed
Fix compilation with older OpenSSL versions
Some older OpenSSL versions (0.9.8 branch) define TLS*_VERSION macrosbut not the corresponding SSL_OP_NO_* macro, which causes the code forhandling ssl_min_protocol_version/ssl_max_protocol_version to fail tocompile. To fix, add more #ifdefs and error handling.Reported-by: Victor Wagner <vitus@wagner.pp.ru>Reviewed-by: Michael Paquier <michael@paquier.xyz>Discussion:https://www.postgresql.org/message-id/flat/20190924101859.09383b4f%40fafnir.local.vm1 parent9de7ea6 commita430c7b
1 file changed
+46
-2
lines changedLines changed: 46 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
198 | 198 |
| |
199 | 199 |
| |
200 | 200 |
| |
201 |
| - | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
202 | 207 |
| |
203 | 208 |
| |
204 | 209 |
| |
| |||
209 | 214 |
| |
210 | 215 |
| |
211 | 216 |
| |
212 |
| - | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
213 | 223 |
| |
214 | 224 |
| |
215 | 225 |
| |
| |||
1335 | 1345 |
| |
1336 | 1346 |
| |
1337 | 1347 |
| |
| 1348 | + | |
| 1349 | + | |
| 1350 | + | |
| 1351 | + | |
| 1352 | + | |
1338 | 1353 |
| |
1339 | 1354 |
| |
| 1355 | + | |
| 1356 | + | |
1340 | 1357 |
| |
| 1358 | + | |
| 1359 | + | |
| 1360 | + | |
| 1361 | + | |
1341 | 1362 |
| |
1342 | 1363 |
| |
1343 | 1364 |
| |
| 1365 | + | |
| 1366 | + | |
1344 | 1367 |
| |
| 1368 | + | |
| 1369 | + | |
| 1370 | + | |
| 1371 | + | |
1345 | 1372 |
| |
1346 | 1373 |
| |
1347 | 1374 |
| |
| |||
1356 | 1383 |
| |
1357 | 1384 |
| |
1358 | 1385 |
| |
| 1386 | + | |
| 1387 | + | |
| 1388 | + | |
| 1389 | + | |
| 1390 | + | |
1359 | 1391 |
| |
1360 | 1392 |
| |
| 1393 | + | |
| 1394 | + | |
1361 | 1395 |
| |
| 1396 | + | |
| 1397 | + | |
| 1398 | + | |
| 1399 | + | |
1362 | 1400 |
| |
1363 | 1401 |
| |
1364 | 1402 |
| |
| 1403 | + | |
| 1404 | + | |
1365 | 1405 |
| |
| 1406 | + | |
| 1407 | + | |
| 1408 | + | |
| 1409 | + | |
1366 | 1410 |
| |
1367 | 1411 |
| |
1368 | 1412 |
| |
|
0 commit comments
Comments
(0)