forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit28f4bba
committed
Remove configure check for OpenSSL's SSL_get_current_compression()
This function has been added in OpenSSL 0.9.8, which is the oldestversion supported on HEAD, so checking for it at configure time isuseless. Both the frontend and backend code did not even bother to useit.Reported-by: Daniel GustafssonAuthor: Michael PaquierReviewed-by: Daniel Gustafsson, Tom LaneDiscussion:https://postgr.es/m/20191205083252.GE5064@paquier.xyzDiscussion:https://postgr.es/m/98F7F99E-1129-41D8-B86B-FE3B1E286881@yesql.se1 parent431ba7b commit28f4bba
File tree
5 files changed
+2
-12
lines changed- src/include
5 files changed
+2
-12
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
12094 | 12094 |
| |
12095 | 12095 |
| |
12096 | 12096 |
| |
12097 |
| - | |
| 12097 | + | |
12098 | 12098 |
| |
12099 | 12099 |
| |
12100 | 12100 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1186 | 1186 |
| |
1187 | 1187 |
| |
1188 | 1188 |
| |
1189 |
| - | |
| 1189 | + | |
1190 | 1190 |
| |
1191 | 1191 |
| |
1192 | 1192 |
| |
|
Lines changed: 0 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
515 | 515 |
| |
516 | 516 |
| |
517 | 517 |
| |
518 |
| - | |
519 |
| - | |
520 |
| - | |
521 | 518 |
| |
522 | 519 |
| |
523 | 520 |
| |
|
Lines changed: 0 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
373 | 373 |
| |
374 | 374 |
| |
375 | 375 |
| |
376 |
| - | |
377 |
| - | |
378 |
| - | |
379 | 376 |
| |
380 | 377 |
| |
381 | 378 |
| |
|
Lines changed: 0 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
446 | 446 |
| |
447 | 447 |
| |
448 | 448 |
| |
449 |
| - | |
450 |
| - | |
451 |
| - | |
452 |
| - | |
453 | 449 |
| |
454 | 450 |
| |
455 | 451 |
| |
|
0 commit comments
Comments
(0)