mirror of
https://github.com/postgres/postgres.git
synced 2025-04-27 22:56:53 +03:00
Silence compiler warning when SSL not in use
Per Jaime Casanova and Vik Fearing
This commit is contained in:
parent
7778ddc7a2
commit
86029b31e5
@ -101,10 +101,10 @@ char *ssl_crl_file;
|
||||
*/
|
||||
int ssl_renegotiation_limit;
|
||||
|
||||
#ifdef USE_SSL
|
||||
/* are we in the middle of a renegotiation? */
|
||||
static bool in_ssl_renegotiation = false;
|
||||
|
||||
#ifdef USE_SSL
|
||||
static SSL_CTX *SSL_context = NULL;
|
||||
static bool ssl_loaded_verify_locations = false;
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user