diff options
| author | Lars Magne Ingebrigtsen | 2010-09-29 14:48:29 +0200 |
|---|---|---|
| committer | Lars Magne Ingebrigtsen | 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.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 | |||
| 136 | gnutls_certificate_client_credentials gnutls_x509_cred; | 136 | gnutls_certificate_client_credentials gnutls_x509_cred; |
| 137 | gnutls_anon_client_credentials_t gnutls_anon_cred; | 137 | gnutls_anon_client_credentials_t gnutls_anon_cred; |
| 138 | int gnutls_log_level; | 138 | int gnutls_log_level; |
| 139 | int gnutls_p; | ||
| 139 | #endif | 140 | #endif |
| 140 | }; | 141 | }; |
| 141 | 142 | ||