shibatch / sleef

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

Switch from old to new MD5 API in tester3. #489

Closed blapie closed 9 months ago

blapie commented 9 months ago

Removes warnings about deprecation of old API for versions of OpenSSL above 3.0. Needed to amend openssl link line to avoid a crash in tester3 with old openssl. Fixes #486.

blapie commented 9 months ago

This patch also implements a workaround for this issue https://github.com/openssl/openssl/issues/13872