libpq: Remove a gettext marker
authorPeter Eisentraut
Wed, 12 Jun 2024 06:43:43 +0000 (08:43 +0200)
committerPeter Eisentraut
Wed, 12 Jun 2024 06:43:43 +0000 (08:43 +0200)
commitd112ea46813277351b577ee586c6e84e7de8ab27
tree336ca47886af25fbb9e18a867641ce12961d5c33
parentf376996bb7fe621ac53279a81d475b214e492018
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.
src/interfaces/libpq/fe-secure-openssl.c