Add PQinitOpenSSL() function to support applications that use libcrypto
Tom Lane <tgl@sss.pgh.pa.us>
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
| Path | Change | +/− |
|---|---|---|
| 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 |