mirror of
https://github.com/postgres/postgres.git
synced 2025-06-25 01:02:05 +03:00
Add missing includes
<openssl/x509.h> is necessary to look into the X509 struct, used by
ac3ff8b1d8
.
This commit is contained in:
@ -57,6 +57,7 @@
|
|||||||
#ifndef OPENSSL_NO_ECDH
|
#ifndef OPENSSL_NO_ECDH
|
||||||
#include <openssl/ec.h>
|
#include <openssl/ec.h>
|
||||||
#endif
|
#endif
|
||||||
|
#include <openssl/x509.h>
|
||||||
|
|
||||||
#include "libpq/libpq.h"
|
#include "libpq/libpq.h"
|
||||||
#include "miscadmin.h"
|
#include "miscadmin.h"
|
||||||
|
@ -58,6 +58,7 @@
|
|||||||
#ifdef USE_SSL_ENGINE
|
#ifdef USE_SSL_ENGINE
|
||||||
#include <openssl/engine.h>
|
#include <openssl/engine.h>
|
||||||
#endif
|
#endif
|
||||||
|
#include <openssl/x509.h>
|
||||||
#include <openssl/x509v3.h>
|
#include <openssl/x509v3.h>
|
||||||
|
|
||||||
static bool verify_peer_name_matches_certificate(PGconn *);
|
static bool verify_peer_name_matches_certificate(PGconn *);
|
||||||
|
Reference in New Issue
Block a user