shibatch / sleef

SIMD Library for Evaluating Elementary Functions, vectorized libm and DFT
https://sleef.org
Boost Software License 1.0
661 stars 131 forks source link

Deprecated usage of MD5 API #486

Closed blapie closed 10 months ago

blapie commented 11 months ago

We currently get A LOT of warnings when compiling tester3 using recent version of OpenSSL. That is because we are using the low level API, that's deprecated since OpenSSL 3.0. We should switch to using the high level API.