mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-25 21:25:46 +01:00
Fix undeclared deps on MBEDTLS_CTR_DRBG in tests
While at it, declare deps on ENTROPY as well. A non-regression test will be added in a follow-up commit. Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>
This commit is contained in:
parent
2d727dfe64
commit
f2c6e340de
@ -1506,7 +1506,7 @@ exit:
|
|||||||
}
|
}
|
||||||
/* END_CASE */
|
/* END_CASE */
|
||||||
|
|
||||||
/* BEGIN_CASE depends_on:MBEDTLS_ENTROPY_C:ENTROPY_HAVE_STRONG */
|
/* BEGIN_CASE depends_on:MBEDTLS_ENTROPY_C:ENTROPY_HAVE_STRONG:MBEDTLS_ENTROPY_C:MBEDTLS_CTR_DRBG_C */
|
||||||
void mbedtls_rsa_validate_params( int radix_N, char *input_N,
|
void mbedtls_rsa_validate_params( int radix_N, char *input_N,
|
||||||
int radix_P, char *input_P,
|
int radix_P, char *input_P,
|
||||||
int radix_Q, char *input_Q,
|
int radix_Q, char *input_Q,
|
||||||
|
Loading…
Reference in New Issue
Block a user