rakshasa / libtorrent

libTorrent BitTorrent library
http://rtorrent.net/downloads/
GNU General Public License v2.0
894 stars 208 forks source link

Fix the build with OpenSSL 1.1. #143

Closed ppentchev closed 7 years ago

ppentchev commented 7 years ago

Hi,

What do you think about the attached patch that fixes the build with OpenSSL 1.1, where the DH structure is now opaque and we cannot set its member fields directly?

Thanks for taking care of libtorrent and rtorrent, and keep up the great work!

G'luck, Peter

rakshasa commented 7 years ago

A modified version of this patch has already been applied to the feature-bind branch.