X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=jcc.h;h=345658a2068f782f75be54866c59c178b37d349f;hp=2df07553184c52b0b070a33dd3b62f9b55dd9fd9;hb=bce0c44ff68888e53be6e0f986cb46c39ce8e3a5;hpb=2111876638f912fa7be56a3df315efbbfde91f38 diff --git a/jcc.h b/jcc.h index 2df07553..345658a2 100644 --- a/jcc.h +++ b/jcc.h @@ -8,7 +8,7 @@ * the main connection-handling function. * * 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 @@ -102,11 +102,7 @@ extern privoxy_mutex_t resolver_mutex; extern privoxy_mutex_t rand_mutex; #endif /* ndef HAVE_RANDOM */ -#ifdef LIMIT_MUTEX_NUMBER - extern privoxy_mutex_t certificates_mutexes[32]; -#else - extern privoxy_mutex_t certificates_mutexes[65536]; -#endif /* LIMIT_MUTEX_NUMBER */ +extern privoxy_mutex_t certificate_mutex; extern privoxy_mutex_t rng_mutex; #endif /* FEATURE_PTHREAD */