Thread: pgsql: Add PQinitOpenSSL() function to support applications that use

pgsql: Add PQinitOpenSSL() function to support applications that use

From
tgl@postgresql.org (Tom Lane)
Date:
Log Message:
-----------
Add PQinitOpenSSL() function to support applications that use libcrypto
but not OpenSSL (or perhaps vice versa, if that's possible).

Andrew Chernow, with minor editorialization by me.

Modified Files:
--------------
    pgsql/doc/src/sgml:
        libpq.sgml (r1.280 -> r1.281)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/libpq.sgml?r1=1.280&r2=1.281)
    pgsql/src/interfaces/libpq:
        exports.txt (r1.22 -> r1.23)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/exports.txt?r1=1.22&r2=1.23)
        fe-secure.c (r1.121 -> r1.122)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/fe-secure.c?r1=1.121&r2=1.122)
        libpq-fe.h (r1.145 -> r1.146)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/libpq-fe.h?r1=1.145&r2=1.146)