Change libpq's PQgetssl() to return a void*, rather than SSL *, so that
Bruce Momjian <bruce@momjian.us>
Change libpq's PQgetssl() to return a void*, rather than SSL *, so that applications don't need the SSL headers. Martijn van Oosterhout
Files
| Path | Change | +/− |
|---|---|---|
| src/interfaces/libpq/fe-secure.c | modified | +3 −3 |
| src/interfaces/libpq/libpq-fe.h | modified | +3 −11 |