signalapp / libsignal-protocol-c

GNU General Public License v3.0
1.41k stars 295 forks source link

Tests don't build with openssl 1.1.0g #101

Closed tuxmaster closed 6 years ago

tuxmaster commented 6 years ago

Testes with: 2.3.1 Because of the amount of build errors, I only append the log file.

build.log

tuxmaster commented 6 years ago

OpenSSL 1.0.2m will work.

dkonigsberg commented 6 years ago

There is no 2.3.1 version tag. Were you testing against latest master, 2.3.0, or something else? OpenSSL 1.1 support was added in commits v2.3.0-18-g0dbc7bd and v2.3.0-19-gd5e50f5.

dkonigsberg commented 6 years ago

Okay, I see you're probably trying to build the v2.3.1 tarball, which was generated a few commits before OpenSSL 1.1 support was added.

The library is normally used by tracking master, and statically linking into a larger application. As such, not much attention has been given to numbered versions, so its long overdue for another round of tagging.