aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.h
diff options
context:
space:
mode:
authorLars Ingebrigtsen2016-02-01 03:26:09 +0100
committerLars Ingebrigtsen2016-02-01 03:26:09 +0100
commit42ef3013781146c62ece536c10c50bb5a5dc1f78 (patch)
treee58515ca7ee2275ea3f98c9b8a3d4489faf26498 /src/process.h
parent072d5357c15587af00eeba31033ef5b83d014223 (diff)
downloademacs-42ef3013781146c62ece536c10c50bb5a5dc1f78.tar.gz
emacs-42ef3013781146c62ece536c10c50bb5a5dc1f78.zip
Always boot TLS if given parameters
* src/process.c (connect_network_socket): If we have the TLS parameters, then boot the socket.
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 828330ba9df..c7531576915 100644
--- a/src/process.h
+++ b/src/process.h
@@ -106,7 +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 Lisp_Object gnutls_boot_parameters;
110#endif 110#endif
111 111
112 /* Pipe process attached to the standard error of this process. */ 112 /* Pipe process attached to the standard error of this process. */