1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-29 11:41:15 +03:00

Move dependancy to specific test cases

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>
This commit is contained in:
Chris Jones
2020-12-03 15:22:25 +00:00
parent 4592bd8982
commit 7c430305e3
2 changed files with 3 additions and 1 deletions

View File

@ -1136,7 +1136,7 @@ exit:
}
/* END_CASE */
/* BEGIN_CASE depends_on:MPI_MAX_BITS_LARGER_THAN_256 */
/* BEGIN_CASE */
void mbedtls_mpi_exp_mod( int radix_A, char * input_A, int radix_E,
char * input_E, int radix_N, char * input_N,
int radix_RR, char * input_RR, int radix_X,