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
, as there has long been in fe-secure-openssl.c.
Discussion: https://postgr.es/m/1051867.1635720347@sss.pgh.pa.us
#endif
#include
-#include
#include
+#include
#ifndef OPENSSL_NO_ECDH
#include
#endif
+#include
#include "common/openssl.h"
#include "libpq/libpq.h"