• Hanno Becker's avatar
    Move SHA1_VALIDATE[_RET] outside of MBEDTLS_SHA1_ALT guard · b3c70230
    Hanno Becker authored
    Somehow, mbedtls_sha1_ret() is defined even if MBEDTLS_SHA1_ALT
    is set, and it is using SHA1_VALIDATE_RET. The documentation should
    be enhanced to indicate that MBEDTLS_SHA1_ALT does _not_ replace
    the entire module, but only the core SHA-1 functions.
    b3c70230