We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef6087e commit 1834c1eCopy full SHA for 1834c1e
src/backend/libpq/be-secure-openssl.c
@@ -57,6 +57,7 @@
57
#ifndef OPENSSL_NO_ECDH
58
#include <openssl/ec.h>
59
#endif
60
+#include <openssl/x509.h>
61
62
#include "libpq/libpq.h"
63
#include "miscadmin.h"
src/interfaces/libpq/fe-secure-openssl.c
@@ -58,6 +58,7 @@
#ifdef USE_SSL_ENGINE
#include <openssl/engine.h>
#include <openssl/x509v3.h>
64
static bool verify_peer_name_matches_certificate(PGconn *);
0 commit comments