Blind attempt to silence SSL compile failures on hamerkop.
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 2 Nov 2021 19:18:00 +0000 (15:18 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 2 Nov 2021 19:18:07 +0000 (15:18 -0400)
commit24f9e49e430b4173d75a570e06abef8e3fd12c5e
treec04a47e56de04dc65206b9fb771d7c3c6ab32319
parent9bacec15b67d1a643915858f054790f36b2b7871
Blind attempt to silence SSL compile failures on hamerkop.

Buildfarm member hamerkop has been failing for the last few days
with errors that look like OpenSSL's X509-related symbols have
not been imported into be-secure-openssl.c.  It's unclear why
this should be, but let's try adding an explicit #include of
<openssl/x509v3.h>, as there has long been in fe-secure-openssl.c.

Discussion: https://postgr.es/m/1051867.1635720347@sss.pgh.pa.us
src/backend/libpq/be-secure-openssl.c