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

Fix some dependencies in tests

This commit is contained in:
Manuel Pégourié-Gonnard
2013-08-22 18:29:07 +02:00
parent 2fb15f694c
commit df0142bd17
5 changed files with 52 additions and 22 deletions

View File

@ -634,7 +634,7 @@ void mpi_inv_mod( int radix_X, char *input_X, int radix_Y, char *input_Y,
}
/* END_CASE */
/* BEGIN_CASE */
/* BEGIN_CASE depends_on:POLARSSL_GENPRIME */
void mpi_is_prime( int radix_X, char *input_X, int div_result )
{
mpi X;