diff options
| author | 2009-03-23 20:56:40 -0700 | |
|---|---|---|
| committer | 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 { | |||
| 36 | iphone_umux_client_t connection; | 36 | iphone_umux_client_t connection; |
| 37 | gnutls_session_t *ssl_session; | 37 | gnutls_session_t *ssl_session; |
| 38 | int in_SSL; | 38 | int in_SSL; |
| 39 | char *gtls_buffer_hack; | ||
| 40 | int gtls_buffer_hack_len; | ||
| 41 | char session_id[40]; | 39 | char session_id[40]; |
| 42 | }; | 40 | }; |
| 43 | 41 | ||
