Thread: pgsql: Move SSL API comments to header files

pgsql: Move SSL API comments to header files

From
Peter Eisentraut
Date:
Move SSL API comments to header files

Move the documentation of the SSL API calls are supposed to do into the
headers files, instead of keeping them in the files for the OpenSSL
implementation.  That way, they don't have to be duplicated or be
inconsistent when other implementations are added.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/f966101d19fcef6441e43da417467b3ed5ad3074

Modified Files
--------------
src/backend/libpq/be-secure-openssl.c    | 38 --------------------
src/include/libpq/libpq-be.h             | 46 ++++++++++++++++++++++++
src/interfaces/libpq/fe-secure-openssl.c | 57 ++++-------------------------
src/interfaces/libpq/libpq-int.h         | 62 +++++++++++++++++++++++++++++++-
4 files changed, 113 insertions(+), 90 deletions(-)