Commit 86029b31 authored by Alvaro Herrera's avatar Alvaro Herrera

Silence compiler warning when SSL not in use

Per Jaime Casanova and Vik Fearing
parent 7778ddc7
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment