diff options
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 038d58b7370..95bd1b65363 100644 --- a/src/process.h +++ b/src/process.h | |||
| @@ -193,6 +193,7 @@ struct Lisp_Process | |||
| 193 | int gnutls_log_level; | 193 | int gnutls_log_level; |
| 194 | int gnutls_handshakes_tried; | 194 | int gnutls_handshakes_tried; |
| 195 | bool_bf gnutls_p : 1; | 195 | bool_bf gnutls_p : 1; |
| 196 | bool_bf gnutls_complete_negotiation_p : 1; | ||
| 196 | #endif | 197 | #endif |
| 197 | }; | 198 | }; |
| 198 | 199 | ||