Make TLS write functions' buffer arguments pointers const
authorPeter Eisentraut <peter@eisentraut.org>
Sun, 9 Feb 2025 11:10:25 +0000 (12:10 +0100)
committerPeter Eisentraut <peter@eisentraut.org>
Sun, 9 Feb 2025 11:43:30 +0000 (12:43 +0100)
commita9258629edabd461f998ec7d06cdf554e8a6a6ec
tree191fd5d3dcbda6bc3149a1f3ff58bcb3b87bde9a
parent169208092f5c98a6021b23b38f03a5d65f84ad96
Make TLS write functions' buffer arguments pointers const

This also makes it match the equivalent APIs in libpq.

Author: Dagfinn Ilmari MannsÃ¥ker <ilmari@ilmari.org>
Discussion: https://www.postgresql.org/message-id/flat/fd1fcedb-3492-4fc8-9e3e-74b97f2db6c7%40eisentraut.org
src/backend/libpq/be-secure-gssapi.c
src/backend/libpq/be-secure-openssl.c
src/backend/libpq/be-secure.c
src/backend/libpq/pqcomm.c
src/include/libpq/libpq-be.h
src/include/libpq/libpq.h