forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit092b785
committed
Simplify code related to compilation of SSL and OpenSSL
This commit makes more generic some comments and code related to thecompilation with OpenSSL and SSL in general to ease the addition of moreSSL implementations in the future. In libpq, some OpenSSL-only code ismoved under USE_OPENSSL and not USE_SSL.While on it, make a comment more consistent in libpq-fe.h.Author: Daniel GustafssonDiscussion:https://postgr.es/m/5382CB4A-9CF3-4145-BA46-C802615935E0@yesql.se1 parentbd12080 commit092b785
File tree
5 files changed
+12
-6
lines changed- src
- backend/libpq
- include
- libpq
- interfaces/libpq
5 files changed
+12
-6
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1041 | 1041 |
| |
1042 | 1042 |
| |
1043 | 1043 |
| |
1044 |
| - | |
| 1044 | + | |
1045 | 1045 |
| |
1046 | 1046 |
| |
1047 | 1047 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
194 | 194 |
| |
195 | 195 |
| |
196 | 196 |
| |
197 |
| - | |
| 197 | + | |
198 | 198 |
| |
199 | 199 |
| |
200 | 200 |
| |
|
Lines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
176 | 176 |
| |
177 | 177 |
| |
178 | 178 |
| |
179 |
| - | |
180 |
| - | |
| 179 | + | |
181 | 180 |
| |
182 | 181 |
| |
183 | 182 |
| |
|
Lines changed: 8 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
421 | 421 |
| |
422 | 422 |
| |
423 | 423 |
| |
| 424 | + | |
| 425 | + | |
| 426 | + | |
| 427 | + | |
| 428 | + | |
| 429 | + | |
| 430 | + | |
424 | 431 |
| |
425 | 432 |
| |
426 | 433 |
| |
| |||
439 | 446 |
| |
440 | 447 |
| |
441 | 448 |
| |
442 |
| - | |
| 449 | + | |
443 | 450 |
| |
444 | 451 |
| |
445 | 452 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
619 | 619 |
| |
620 | 620 |
| |
621 | 621 |
| |
622 |
| - | |
| 622 | + | |
623 | 623 |
| |
624 | 624 |
| |
625 | 625 |
| |
|
0 commit comments
Comments
(0)