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(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
