Rename PQsetSSLKeyPassHook and friends

4dc6355210 provided a way for libraries and clients to modify how libpq
handles client certificate passphrases, by installing a hook. However,
these routines are quite specific to how OpenSSL works, so it's
misleading and not future-proof to have these names not refer to OpenSSL.
Change all the names to add "_OpenSSL" after "Hook", and fix the docs
accordingly.

Author: Daniel Gustafsson

Discussion: https://postgr.es/m/981de552-e399-45c2-9f60-3f0e3770c...@yesql.se

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/36d1087611bf96b0cd716666fc8c4a2d168fa501

Modified Files
--------------
doc/src/sgml/libpq.sgml                  | 14 +++++++-------
src/interfaces/libpq/fe-secure-openssl.c | 10 +++++-----
src/interfaces/libpq/fe-secure.c         |  8 ++++----
src/interfaces/libpq/libpq-fe.h          | 10 +++++-----
4 files changed, 21 insertions(+), 21 deletions(-)

Reply via email to