pgsql: Cope with ERR_set_mark() and ERR_pop_to_mark() not existing in

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Cope with ERR_set_mark() and ERR_pop_to_mark() not existing in
Date: 2007-10-02 00:25:20
Message-ID: 20071002002520.9AFC3753E4C@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
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.

Modified Files:
--------------
pgsql:
configure (r1.561 -> r1.562)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/configure?r1=1.561&r2=1.562)
configure.in (r1.527 -> r1.528)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/configure.in?r1=1.527&r2=1.528)
pgsql/src/include:
pg_config.h.in (r1.122 -> r1.123)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/pg_config.h.in?r1=1.122&r2=1.123)
pgsql/src/interfaces/libpq:
fe-secure.c (r1.95 -> r1.96)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/fe-secure.c?r1=1.95&r2=1.96)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2007-10-02 00:27:26 Re: [COMMITTERS] pgsql: Use BIO functions to avoid passing FILE * pointers to OpenSSL
Previous Message Tom Lane 2007-10-01 22:58:01 Re: pgsql: Use BIO functions to avoid passing FILE * pointers to OpenSSL