Package: libtorrent / 0.13.6-1.1

Metadata

Package Version Patches format
libtorrent 0.13.6-1.1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
dh openssl 1.1.patch | (download)

configure.ac | 4 4 + 0 - 0 !
src/utils/diffie_hellman.cc | 36 34 + 2 - 0 !
2 files changed, 38 insertions(+), 2 deletions(-)

 fix the dh parameters generation with openssl 1.1.
 The DH structure is now opaque, so the parameters must be stored there
 through an accessor function.