mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-08-30 17:41:11 +03:00
Move dependancy on `MBEDTLS_MPI_MAX_BITS` to apply to the specific test cases which will break when `MBEDTLS_MPI_MAX_BITS` is too small. This re-enables previous tests that were turned off accidentally. Signed-off-by: Chris Jones <christopher.jones@arm.com>