]> ruderich.org/simon Gitweb - tlsproxy/tlsproxy.git/blobdiff - src/tlsproxy.h
src/tlsproxy.h: Prepend global_ to tls_priority_cache and tls_dh_params.
[tlsproxy/tlsproxy.git] / src / tlsproxy.h
index ae6a818f435729a2af734cda3e74eaa16206d931..5f13a7180e2ceab414bd7dbb7b76655421b43850 100644 (file)
@@ -60,7 +60,7 @@ int global_log_level;
 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