Rename FEATURE_HTTPS_FILTERING to FEATURE_HTTPS_INSPECTION
[privoxy.git] / filters.c
index d29d422..278c113 100644 (file)
--- a/filters.c
+++ b/filters.c
@@ -2300,7 +2300,7 @@ void get_url_actions(struct client_state *csp, struct http_request *http)
    struct url_actions *b;
    int i;
 
-#ifdef FEATURE_HTTPS_FILTERING
+#ifdef FEATURE_HTTPS_INSPECTION
    if (!csp->http->client_ssl)
 #endif
    {