X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;f=project.h;h=e5b034bf7a2c80bb885892a6057481c08a953324;hb=7ae493756919ef006de0a68c8a8cff6298af8f48;hp=c0f69a8e7ad2145fd7bc4f8170ed935dfc77d776;hpb=bd7800c807e535d21222fa41cb29537cb865b170;p=privoxy.git diff --git a/project.h b/project.h index c0f69a8e..e5b034bf 100644 --- a/project.h +++ b/project.h @@ -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