Skip to content

Commit 8251670

Browse files
committed
Fix build without OpenSSL
This is a fixup for commit a445cb9.
1 parent d4fb2f9 commit 8251670

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/backend/libpq/be-secure.c

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,6 @@
7777

7878
#ifdef USE_SSL
7979

80-
char *ssl_cert_file;
81-
char *ssl_key_file;
82-
char *ssl_ca_file;
83-
char *ssl_crl_file;
84-
8580
static DH *load_dh_file(int keylength);
8681
static DH *load_dh_buffer(const char *, size_t);
8782
static DH *tmp_dh_cb(SSL *s, int is_export, int keylength);
@@ -93,6 +88,11 @@ static void close_SSL(Port *);
9388
static const char *SSLerrmessage(void);
9489
#endif
9590

91+
char *ssl_cert_file;
92+
char *ssl_key_file;
93+
char *ssl_ca_file;
94+
char *ssl_crl_file;
95+
9696
/*
9797
* How much data can be sent across a secure connection
9898
* (total in both directions) before we require renegotiation.

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy