]> ruderich.org/simon Gitweb - tlsproxy/tlsproxy.git/blobdiff - src/tlsproxy.h
src/verify.c: Remove duplicated code.
[tlsproxy/tlsproxy.git] / src / tlsproxy.h
index bcb9c2d34255245e2918c5d492396b51ccd9e870..5f13a7180e2ceab414bd7dbb7b76655421b43850 100644 (file)
@@ -55,8 +55,12 @@ char *global_proxy_port;
 /* Log level, command line option. */
 int global_log_level;
 
+/* Passthrough connections if no certificate is stored for this hostname?
+ * Specified on the command line. */
+int global_passthrough_unknown;
+
 /* "Global" GnuTLS data used by all threads, read only. */
-gnutls_priority_t tls_priority_cache;
-gnutls_dh_params_t tls_dh_params;
+gnutls_priority_t global_tls_priority_cache;
+gnutls_dh_params_t global_tls_dh_params;
 
 #endif