Only use certificate_mutex and rng_mutex when needed
[privoxy.git] / jcc.h
diff --git a/jcc.h b/jcc.h
index 345658a..8458aa1 100644 (file)
--- a/jcc.h
+++ b/jcc.h
@@ -102,8 +102,10 @@ extern privoxy_mutex_t resolver_mutex;
 extern privoxy_mutex_t rand_mutex;
 #endif /* ndef HAVE_RANDOM */
 
+#ifdef FEATURE_HTTPS_INSPECTION
 extern privoxy_mutex_t certificate_mutex;
 extern privoxy_mutex_t rng_mutex;
+#endif
 
 #endif /* FEATURE_PTHREAD */