Re: pgsql: Provide a TLS init hook - Mailing list pgsql-committers

From Tom Lane
Subject Re: pgsql: Provide a TLS init hook
Date
Msg-id 16587.1585174641@sss.pgh.pa.us
Whole thread Raw
In response to Re: pgsql: Provide a TLS init hook  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: pgsql: Provide a TLS init hook
List pgsql-committers
I wrote:
> Buildfarm's not terribly happy --- I suspect that the makefile for
> the new test module is failing to link in libopenssl explicitly.

Concretely, I see that contrib/sslinfo has

SHLIB_LINK += $(filter -lssl -lcrypto -lssleay32 -leay32, $(LIBS))

which you probably need to crib here.  There might be some analogous
magic in the MSVC files, too.

            regards, tom lane



pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: Re: pgsql: Provide a TLS init hook
Next
From: Tom Lane
Date:
Subject: pgsql: Fix assorted portability issues in commit 896fcdb23.