pgsql: Move SSL API comments to header files

Started by Peter Eisentrautover 8 years ago1 messagescomitters
Jump to latest
#1Peter Eisentraut
peter_e@gmx.net

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(-)