aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/process.h')
-rw-r--r--src/process.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/process.h b/src/process.h
index 95c64fa73b7..828330ba9df 100644
--- a/src/process.h
+++ b/src/process.h
@@ -106,6 +106,7 @@ struct Lisp_Process
106 106
107#ifdef HAVE_GNUTLS 107#ifdef HAVE_GNUTLS
108 Lisp_Object gnutls_cred_type; 108 Lisp_Object gnutls_cred_type;
109 Lisp_Object gnutls_async_parameters;
109#endif 110#endif
110 111
111 /* Pipe process attached to the standard error of this process. */ 112 /* Pipe process attached to the standard error of this process. */
@@ -191,7 +192,6 @@ struct Lisp_Process
191 unsigned int gnutls_extra_peer_verification; 192 unsigned int gnutls_extra_peer_verification;
192 int gnutls_log_level; 193 int gnutls_log_level;
193 int gnutls_handshakes_tried; 194 int gnutls_handshakes_tried;
194 Lisp_Object gnutls_async_parameters;
195 bool_bf gnutls_p : 1; 195 bool_bf gnutls_p : 1;
196#endif 196#endif
197}; 197};