diff options
author | Nikias Bassen | 2009-03-23 20:56:40 -0700 |
---|---|---|
committer | Matt Colyer | 2009-03-23 20:56:40 -0700 |
commit | 127a5934b593ea7fd34b16477e6dd5619101bcb9 (patch) | |
tree | 2b99a32205b27b4e6853c276a594e6dc27623160 /src/lockdown.h | |
parent | bdb0f66234da6837723fc22c1e6f02c34796a188 (diff) | |
download | libimobiledevice-127a5934b593ea7fd34b16477e6dd5619101bcb9.tar.gz libimobiledevice-127a5934b593ea7fd34b16477e6dd5619101bcb9.tar.bz2 |
Remove lockdown gnutls buffer hack [#1 state:resolved]
Signed-off-by: Matt Colyer <matt@colyer.name>
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 91bcc77..c30a182 100644 --- a/src/lockdown.h +++ b/src/lockdown.h @@ -36,8 +36,6 @@ struct iphone_lckd_client_int { iphone_umux_client_t connection; gnutls_session_t *ssl_session; int in_SSL; - char *gtls_buffer_hack; - int gtls_buffer_hack_len; char session_id[40]; }; |