Add PQinitOpenSSL() function to support applications that use libcrypto

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 97503a5200289b3fa3319ecc06ca74f197f0bcf0
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2009-03-31T01:41:27Z
Releases: 8.4.0
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.

Files

PathChange+/−
doc/src/sgml/libpq.sgml modified +89 −16
src/interfaces/libpq/exports.txt modified +2 −1
src/interfaces/libpq/fe-secure.c modified +50 −35
src/interfaces/libpq/libpq-fe.h modified +4 −1