Add missing includes
<openssl/x509.h> is necessary to look into the X509 struct, used by ac3ff8b1d8f98da38c53a701e6397931080a39cf.
This commit is contained in:
parent
ef6087ee5f
commit
1834c1e432
@ -57,6 +57,7 @@
|
||||
#ifndef OPENSSL_NO_ECDH
|
||||
#include <openssl/ec.h>
|
||||
#endif
|
||||
#include <openssl/x509.h>
|
||||
|
||||
#include "libpq/libpq.h"
|
||||
#include "miscadmin.h"
|
||||
|
@ -58,6 +58,7 @@
|
||||
#ifdef USE_SSL_ENGINE
|
||||
#include <openssl/engine.h>
|
||||
#endif
|
||||
#include <openssl/x509.h>
|
||||
#include <openssl/x509v3.h>
|
||||
|
||||
static bool verify_peer_name_matches_certificate(PGconn *);
|
||||
|
Loading…
x
Reference in New Issue
Block a user