forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit87e16db
committed
Move the be_gssapi_get_* prototypes
The be_gssapi_get_* prototypes were put close to similar ones for SSL-but a bit too close since that meant they ended up only being includedfor SSL-enabled builds. Move those to be under ENABLE_GSS instead.Pointed out by Tom.1 parent3eb77eb commit87e16db
1 file changed
+7
-7
lines changedLines changed: 7 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
269 | 269 |
| |
270 | 270 |
| |
271 | 271 |
| |
272 |
| - | |
273 |
| - | |
274 |
| - | |
275 |
| - | |
276 |
| - | |
277 |
| - | |
278 |
| - | |
279 | 272 |
| |
280 | 273 |
| |
281 | 274 |
| |
| |||
294 | 287 |
| |
295 | 288 |
| |
296 | 289 |
| |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
297 | 297 |
| |
298 | 298 |
| |
299 | 299 |
| |
|
0 commit comments
Comments
(0)