Fix some more depend issues

This commit is contained in:
Manuel Pégourié-Gonnard
2013-09-19 18:09:14 +02:00
parent 387a211fad
commit 4fee79b885
20 changed files with 638 additions and 611 deletions

View File

@@ -61,7 +61,7 @@ void pk_parse_public_keyfile_rsa( char *key_file, int result )
}
/* END_CASE */
/* BEGIN_CASE depends_on:POLARSSL_FS_IO */
/* BEGIN_CASE depends_on:POLARSSL_FS_IO:POLARSSL_ECP_C */
void pk_parse_public_keyfile_ec( char *key_file, int result )
{
pk_context ctx;
@@ -85,7 +85,7 @@ void pk_parse_public_keyfile_ec( char *key_file, int result )
}
/* END_CASE */
/* BEGIN_CASE depends_on:POLARSSL_FS_IO */
/* BEGIN_CASE depends_on:POLARSSL_FS_IO:POLARSSL_ECP_C */
void pk_parse_keyfile_ec( char *key_file, char *password, int result )
{
pk_context ctx;