pgsql: Properly initialize SSL engines when used from libpq.

From: mha(at)postgresql(dot)org (Magnus Hagander)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Properly initialize SSL engines when used from libpq.
Date: 2009-06-23 18:13:23
Message-ID: 20090623181323.71B4675331E@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Properly initialize SSL engines when used from libpq. This is required for
most external engines.

Per report and initial code from Lars Kanis

Modified Files:
--------------
pgsql/src/interfaces/libpq:
fe-secure.c (r1.126 -> r1.127)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/fe-secure.c?r1=1.126&r2=1.127)
libpq-int.h (r1.142 -> r1.143)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/libpq-int.h?r1=1.142&r2=1.143)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2009-06-23 20:33:26 pgsql: Provide a link to the UPDATE reference page in the 'Updating
Previous Message Tom Lane 2009-06-23 16:25:35 pgsql: Fix an ancient error in dist_ps (distance from point to line