libpq: Remove a gettext marker

Peter Eisentraut <peter@eisentraut.org>

Commit: d112ea46813277351b577ee586c6e84e7de8ab27
Author: Peter Eisentraut <peter@eisentraut.org>
Date: 2024-06-12T06:43:43Z
Releases: 17.0
libpq: Remove a gettext marker

This one error message is just a workaround for a missing OpenSSL
error string.  But OpenSSL does not have gettext support, so we don't
need to provide it in our workaround either.  That way, the
user-facing behavior is consistent whether the user has a fixed
OpenSSL or not.

Files

PathChange+/−
src/interfaces/libpq/fe-secure-openssl.c modified +1 −1