Re: pgsql: Refactor libpq state machine for negotiating encryption

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Thomas Munro <thomas(dot)munro(at)gmail(dot)com>
Cc: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>, pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: Refactor libpq state machine for negotiating encryption
Date: 2024-04-10 23:25:42
Message-ID: 32196.1712791542@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Thomas Munro <thomas(dot)munro(at)gmail(dot)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

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Thomas Munro 2024-04-10 23:33:34 Re: pgsql: Refactor libpq state machine for negotiating encryption
Previous Message Thomas Munro 2024-04-10 23:18:31 Re: pgsql: Refactor libpq state machine for negotiating encryption