Thread: pgsql: Move EDH support to common files

pgsql: Move EDH support to common files

From
Peter Eisentraut
Date:
Move EDH support to common files

The EDH support is not really specific to the OpenSSL implementation, so
move the support and documentation comments to common files.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/573bd08b99e277026e87bb55ae69c489fab321b8

Modified Files
--------------
src/backend/libpq/README.SSL          | 22 +++++++++++++
src/backend/libpq/be-secure-openssl.c | 58 +----------------------------------
src/include/libpq/libpq-be.h          | 19 ++++++++++++
3 files changed, 42 insertions(+), 57 deletions(-)