diff options
author | Lars Magne Ingebrigtsen <larsi@gnus.org> | 2010-09-29 14:48:29 +0200 |
---|---|---|
committer | Lars Magne Ingebrigtsen <larsi@gnus.org> | 2010-09-29 14:48:29 +0200 |
commit | df7fcafff05c4002f35e507c65518f4b20ba5382 (patch) | |
tree | dff32dbafc674846a125fd1d28a6ea79db90c522 /src/process.h | |
parent | af7ef32d8e12d07c4a37df1685d997ac76641dd7 (diff) | |
download | emacs-df7fcafff05c4002f35e507c65518f4b20ba5382.tar.gz emacs-df7fcafff05c4002f35e507c65518f4b20ba5382.tar.bz2 emacs-df7fcafff05c4002f35e507c65518f4b20ba5382.zip |
Make sure all reads/writes to gnutls streams go via the gnutls functions.
Diffstat (limited to 'src/process.h')
-rw-r--r-- | src/process.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/process.h b/src/process.h index a28bf090ba9..0350e95310d 100644 --- a/src/process.h +++ b/src/process.h @@ -136,6 +136,7 @@ struct Lisp_Process gnutls_certificate_client_credentials gnutls_x509_cred; gnutls_anon_client_credentials_t gnutls_anon_cred; int gnutls_log_level; + int gnutls_p; #endif }; |