Use unused variable
authorAlan T. DeKok <aland@freeradius.org>
Mon, 30 Jan 2012 19:05:33 +0000 (20:05 +0100)
committerAlan T. DeKok <aland@freeradius.org>
Mon, 30 Jan 2012 19:05:33 +0000 (20:05 +0100)
src/main/tls.c

index e26a4c0..9d029a8 100644 (file)
@@ -1830,6 +1830,8 @@ static SSL_CTX *init_tls_ctx(fr_tls_server_conf_t *conf, int client)
 
                goto post_ca;
        }
+#else
+       client = client;        /* -Wunused */
 #endif
 
        /*