mirror of
https://github.com/espressif/mbedtls.git
synced 2025-06-20 05:44:00 +08:00

In configurations wanting an alternative ripemd160 implementation, We were including the ordinary Mbed Crypto ripemd160.h instead of the user-provided ripemd160_alt.h. Use the user-provided header instead.