X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=project.h;h=c17a47e9d96dbf231672acf5db77b4804cb0b770;hp=cd545b7abe94088f5b744608330b5a29ab48acbb;hb=805251d14df3900b8e818b7ec963b50c08035456;hpb=144ed390b637d609d4544eca8e99f56043192928 diff --git a/project.h b/project.h index cd545b7a..c17a47e9 100644 --- a/project.h +++ b/project.h @@ -9,7 +9,7 @@ * (though it does declare some macros). * * Copyright : Written by and Copyright (C) 2001-2014 the - * Privoxy team. http://www.privoxy.org/ + * Privoxy team. https://www.privoxy.org/ * * Based on the Internet Junkbuster originally written * by and Copyright (C) 1997 Anonymous Coders and @@ -347,6 +347,11 @@ struct http_request #ifdef FEATURE_HTTPS_FILTERING +/* + * 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 */ @@ -354,7 +359,7 @@ typedef struct certs_chain { char text_buf[CERT_INFO_BUF_SIZE]; /* text info about properties of certificate */ char file_buf[CERT_FILE_BUF_SIZE]; /* buffer for whole certificate - format to save in file */ struct certs_chain *next; /* next certificate in chain of trust */ -}certs_chain_t; +} certs_chain_t; #endif /**