]> git.pld-linux.org Git - packages/libimobiledevice.git/blob - openssl.patch
a1f12215b5751ebb0af28a10d62babe29eb7ec85
[packages/libimobiledevice.git] / openssl.patch
1 --- libimobiledevice-1.2.0/src/idevice.c~       2015-01-28 02:10:32.000000000 +0100
2 +++ libimobiledevice-1.2.0/src/idevice.c        2018-09-18 15:46:45.405574489 +0200
3 @@ -678,7 +678,7 @@ LIBIMOBILEDEVICE_API idevice_error_t ide
4         }
5         BIO_set_fd(ssl_bio, (int)(long)connection->data, BIO_NOCLOSE);
6  
7 -       SSL_CTX *ssl_ctx = SSL_CTX_new(SSLv3_method());
8 +       SSL_CTX *ssl_ctx = SSL_CTX_new(SSLv23_method());
9         if (ssl_ctx == NULL) {
10                 debug_info("ERROR: Could not create SSL context.");
11                 BIO_free(ssl_bio);
This page took 0.015286 seconds and 2 git commands to generate.