X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=project.h;h=528ab24a462d2b821e4099a148d2a2250fa50077;hp=c0f69a8e7ad2145fd7bc4f8170ed935dfc77d776;hb=40c25359f7d2e44b386fb69c602917e013a09f31;hpb=bd7800c807e535d21222fa41cb29537cb865b170 diff --git a/project.h b/project.h index c0f69a8e..528ab24a 100644 --- a/project.h +++ b/project.h @@ -319,7 +319,7 @@ struct http_request char *ocmd; /**< Backup of original cmd for CLF logging */ char *gpc; /**< HTTP method: GET, POST, ... */ char *url; /**< The URL */ - char *ver; /**< Protocol version */ + char *version; /**< Protocol version */ int status; /**< HTTP Status */ char *host; /**< Host part of URL */ @@ -347,11 +347,6 @@ struct http_request #ifdef FEATURE_HTTPS_INSPECTION -/* - * If this macro is defined, mutexes count for generating - * private keys is changed from 65536 to 32. - */ -#define LIMIT_MUTEX_NUMBER /* * Struct for linked list containing certificates */ @@ -572,8 +567,8 @@ struct iob #define ACTION_LIMIT_COOKIE_LIFETIME 0x08000000UL /** Action bitmap: Delay writes */ #define ACTION_DELAY_RESPONSE 0x10000000UL -/** Action bitmap: Turn https filtering on */ -#define ACTION_ENABLE_HTTPS_FILTER 0x20000000UL +/** Action bitmap: Turn https inspection on */ +#define ACTION_HTTPS_INSPECTION 0x20000000UL /** Action bitmap: Turn certificates verification off */ #define ACTION_IGNORE_CERTIFICATE_ERRORS 0x40000000UL