]> granicus.if.org Git - postgresql/commit - src/interfaces/libpq/fe-secure.c
Cope with ERR_set_mark() and ERR_pop_to_mark() not existing in older
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 2 Oct 2007 00:25:20 +0000 (00:25 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 2 Oct 2007 00:25:20 +0000 (00:25 +0000)
commitf1d37a9997ef8b00d53267ddfd0f5d7975017085
tree9456d7df97201ddf4729e06c133d47b037235095
parenteb9f280ca78e9b8b28c88911ed45e8e59a04b997
Cope with ERR_set_mark() and ERR_pop_to_mark() not existing in older
OpenSSL libraries --- just don't call them if they're not there.  This
might possibly lead to misleading error messages, but we'll just have
to live with that.
configure
configure.in
src/include/pg_config.h.in
src/interfaces/libpq/fe-secure.c