mirror of
https://github.com/postgres/postgres.git
synced 2025-11-22 12:22:45 +03:00
Make GUC variables for syslog and SSL always visible
Make the variables visible (but not used) even when support is not compiled in.
This commit is contained in:
@@ -103,10 +103,10 @@ int ssl_renegotiation_limit;
|
||||
#ifdef USE_SSL
|
||||
static SSL_CTX *SSL_context = NULL;
|
||||
static bool ssl_loaded_verify_locations = false;
|
||||
#endif
|
||||
|
||||
/* GUC variable controlling SSL cipher list */
|
||||
char *SSLCipherSuites = NULL;
|
||||
#endif
|
||||
|
||||
/* ------------------------------------------------------------ */
|
||||
/* Hardcoded values */
|
||||
|
||||
Reference in New Issue
Block a user