RIPE-NCC / ripe-atlas-probe-measurements

RIPE Atlas probe measurement source code
Other
41 stars 18 forks source link

Fix compilation error with OpenSSL 1.1.x #1

Closed ja-pa closed 4 years ago

ja-pa commented 4 years ago

This PR should fix the compilation error with the new OpenSSL version ( https://github.com/RIPE-NCC/ripe-atlas-software-probe/issues/6)

It's based on commit from libevent upstream https://github.com/libevent/libevent/commit/3e9e0a0d46e4508e8782ec3787c6d86bab63046d

Signed-off-by: Jan Pavlinec jan.pavlinec@nic.cz

PhilipHomburg commented 4 years ago

It is better to move to a newer version of libevent. I'll move the atlas specific patches to a newer libevent when I have time.