diff options
Diffstat (limited to 'src/process.h')
| -rw-r--r-- | src/process.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/process.h b/src/process.h index 273ad9267d6..56c0f6d6302 100644 --- a/src/process.h +++ b/src/process.h | |||
| @@ -162,6 +162,9 @@ struct Lisp_Process | |||
| 162 | gnutls_session_t gnutls_state; | 162 | gnutls_session_t gnutls_state; |
| 163 | gnutls_certificate_client_credentials gnutls_x509_cred; | 163 | gnutls_certificate_client_credentials gnutls_x509_cred; |
| 164 | gnutls_anon_client_credentials_t gnutls_anon_cred; | 164 | gnutls_anon_client_credentials_t gnutls_anon_cred; |
| 165 | gnutls_x509_crt_t gnutls_certificate; | ||
| 166 | unsigned int gnutls_peer_verification; | ||
| 167 | unsigned int gnutls_extra_peer_verification; | ||
| 165 | int gnutls_log_level; | 168 | int gnutls_log_level; |
| 166 | int gnutls_handshakes_tried; | 169 | int gnutls_handshakes_tried; |
| 167 | bool_bf gnutls_p : 1; | 170 | bool_bf gnutls_p : 1; |