Re: pgsql: Refactor libpq state machine for negotiating encryption - Mailing list pgsql-committers

From Tom Lane
Subject Re: pgsql: Refactor libpq state machine for negotiating encryption
Date
Msg-id 32196.1712791542@sss.pgh.pa.us
Whole thread Raw
In response to Re: pgsql: Refactor libpq state machine for negotiating encryption  (Thomas Munro <thomas.munro@gmail.com>)
Responses Re: pgsql: Refactor libpq state machine for negotiating encryption
List pgsql-committers
Thomas Munro <thomas.munro@gmail.com> writes:
> 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?

For me, configure --with-gssapi fails like that, but the other three
combinations of --with-openssl and --with-gssapi compile OK.  I don't
find it terribly surprising that the buildfarm isn't covering that
combination ...

            regards, tom lane



pgsql-committers by date:

Previous
From: Thomas Munro
Date:
Subject: Re: pgsql: Refactor libpq state machine for negotiating encryption
Next
From: Thomas Munro
Date:
Subject: Re: pgsql: Refactor libpq state machine for negotiating encryption