Fix GCM dependencies

This commit is contained in:
Manuel Pégourié-Gonnard
2013-10-24 13:39:39 +02:00
parent 13e0d449f7
commit 7bd8a99e11
9 changed files with 1054 additions and 3 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 */
/* BEGIN_CASE depends_on:POLARSSL_CTR_CRBG_C:POLARSSL_ENTROPY_C */
void rsa_gen_key( int nrbits, int exponent, int result)
{
rsa_context ctx;