get_url_actions(): Don't initialize actions when called the second time
[privoxy.git] / project.h
index 45e586b..c17a47e 100644 (file)
--- 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
  */