Put SSL_pending() call behind the new internal SSL API.
Heikki Linnakangas <heikki.linnakangas@iki.fi>
Put SSL_pending() call behind the new internal SSL API. It seems likely that any SSL implementation will need a similar call, not just OpenSSL.
Files
| Path | Change | +/− |
|---|---|---|
| src/interfaces/libpq/fe-misc.c | modified | +2 −2 |
| src/interfaces/libpq/fe-secure-openssl.c | modified | +9 −0 |
| src/interfaces/libpq/libpq-int.h | modified | +1 −0 |