Remove obsolete unconstify()
authorPeter Eisentraut <peter@eisentraut.org>
Wed, 11 Sep 2024 07:18:12 +0000 (09:18 +0200)
committerPeter Eisentraut <peter@eisentraut.org>
Wed, 11 Sep 2024 07:18:12 +0000 (09:18 +0200)
commit1fb2308e698ec7aebc1b6676f29e3363a1281479
treefca756c0fc8ee9181532eef05052d90664c789f7
parent0785d1b8b2fa27074eeb18a3ac1f2a0e76cb8339
Remove obsolete unconstify()

This is no longer needed as of OpenSSL 1.1.0 (the current minimum
version).  LibreSSL made the same change around the same time as well.

Reviewed-by: Daniel Gustafsson <daniel@yesql.se>
Discussion: https://www.postgresql.org/message-id/20463f79-a7b0-4bba-a178-d805f99c02f9%40eisentraut.org
src/backend/libpq/be-secure-openssl.c