diff options
| author | 2014-01-09 22:18:40 +0100 | |
|---|---|---|
| committer | 2014-01-09 22:18:40 +0100 | |
| commit | 98532b0f1386bcabd8940d0cfd339f76b3341ea8 (patch) | |
| tree | a9ca81a9ed55f90ca4499348a84bd6a7cb90c635 /src/idevice.h | |
| parent | dc9853237421b69a2c907c441c142610037811d5 (diff) | |
| download | libimobiledevice-98532b0f1386bcabd8940d0cfd339f76b3341ea8.tar.gz libimobiledevice-98532b0f1386bcabd8940d0cfd339f76b3341ea8.tar.bz2 | |
idevice: don't free ssl bio after SSL_set_bio has been called
Diffstat (limited to 'src/idevice.h')
| -rw-r--r-- | src/idevice.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/idevice.h b/src/idevice.h index 01b13df..13616ef 100644 --- a/src/idevice.h +++ b/src/idevice.h | |||
| @@ -45,7 +45,6 @@ struct ssl_data_private { | |||
| 45 | #ifdef HAVE_OPENSSL | 45 | #ifdef HAVE_OPENSSL |
| 46 | SSL *session; | 46 | SSL *session; |
| 47 | SSL_CTX *ctx; | 47 | SSL_CTX *ctx; |
| 48 | BIO *bio; | ||
| 49 | #else | 48 | #else |
| 50 | gnutls_certificate_credentials_t certificate; | 49 | gnutls_certificate_credentials_t certificate; |
| 51 | gnutls_session_t session; | 50 | gnutls_session_t session; |
