Skip to content

Commit 86029b3

Browse files
committed
Silence compiler warning when SSL not in use
Per Jaime Casanova and Vik Fearing
1 parent 7778ddc commit 86029b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/libpq/be-secure.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,10 +101,10 @@ char *ssl_crl_file;
101101
*/
102102
int ssl_renegotiation_limit;
103103

104+
#ifdef USE_SSL
104105
/* are we in the middle of a renegotiation? */
105106
static bool in_ssl_renegotiation = false;
106107

107-
#ifdef USE_SSL
108108
static SSL_CTX *SSL_context = NULL;
109109
static bool ssl_loaded_verify_locations = false;
110110
#endif

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