diff options
author | Nikias Bassen | 2010-01-13 00:11:43 +0100 |
---|---|---|
committer | Martin Szulecki | 2010-01-13 01:03:03 +0100 |
commit | b578398a2883e1e81dbf5bdbd8b8ae917bf9e29d (patch) | |
tree | 03e25d7cca039f6c97fcaec4891327c6b58e23fe /src/lockdown.h | |
parent | 65346c9ddd92e6ea3650040d791a411b9ac308af (diff) | |
download | libimobiledevice-b578398a2883e1e81dbf5bdbd8b8ae917bf9e29d.tar.gz libimobiledevice-b578398a2883e1e81dbf5bdbd8b8ae917bf9e29d.tar.bz2 |
lockdown/property_list_service: use new SSL code
Diffstat (limited to 'src/lockdown.h')
-rw-r--r-- | src/lockdown.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lockdown.h b/src/lockdown.h index 9da3872..82ea01f 100644 --- a/src/lockdown.h +++ b/src/lockdown.h @@ -30,8 +30,6 @@ struct lockdownd_client_int { property_list_service_client_t parent; - gnutls_session_t ssl_session; - gnutls_certificate_credentials_t ssl_certificate; int ssl_enabled; char *session_id; char *uuid; |