On Mon, Apr 8, 2024 at 1:25 PM Heikki Linnakangas
<heikki.linnakangas@iki.fi> wrote:
> Refactor libpq state machine for negotiating encryption
>
> This fixes the few corner cases noted in commit 705843d294, as shown
> by the changes in the test.
>
> Author: Heikki Linnakangas, Matthias van de Meent
> Reviewed-by: Jacob Champion
If -Dssl=none and -Dgssapi=disabled, compilation of fe-connect.c
fails: call to undeclared function 'encryption_negotiation_failed'. I
didn't look too hard, but maybe ENABLE_GSS and USE_GSS are confused?