Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
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

+1-1
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)