1
0
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:
Magnus Hagander
2010-12-18 16:53:59 +01:00
parent 3026027ec3
commit 4754dbf4c3
2 changed files with 27 additions and 21 deletions

View File

@@ -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 */