Обсуждение: pgsql: Put SSL_pending() call behind the new internal SSL API.

Поиск
Список
Период
Сортировка

pgsql: Put SSL_pending() call behind the new internal SSL API.

От
Heikki Linnakangas
Дата:
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.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/4e86f1b16da85ba0a99c592dc7b977b3be80a483

Modified Files
--------------
src/interfaces/libpq/fe-misc.c           |    4 ++--
src/interfaces/libpq/fe-secure-openssl.c |    9 +++++++++
src/interfaces/libpq/libpq-int.h         |    1 +
3 files changed, 12 insertions(+), 2 deletions(-)