Fix typo in test dependency

This commit is contained in:
Manuel Pégourié-Gonnard 2013-12-01 16:27:00 +01:00
parent d35e191434
commit a0d758b917
2 changed files with 1 additions and 5 deletions

View file

@ -507,7 +507,7 @@ void rsa_check_privkey( int mod, int radix_P, char *input_P, int radix_Q,
}
/* END_CASE */
/* BEGIN_CASE depends_on:POLARSSL_CTR_CRBG_C:POLARSSL_ENTROPY_C */
/* BEGIN_CASE depends_on:POLARSSL_CTR_DRBG_C:POLARSSL_ENTROPY_C */
void rsa_gen_key( int nrbits, int exponent, int result)
{
rsa_context ctx;