Blind attempt to silence SSL compile failures on hamerkop.
Tom Lane <tgl@sss.pgh.pa.us>
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
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/libpq/be-secure-openssl.c | modified | +2 −1 |
Discussion
- Missing include <openssl/x509.h> in be-secure-openssl.c? 20 messages · 2021-10-31 → 2021-11-09