Обсуждение: pgsql: Properly initialize SSL engines when used from libpq.

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

pgsql: Properly initialize SSL engines when used from libpq.

От
mha@postgresql.org (Magnus Hagander)
Дата:
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)