Fix dependencies on PEM in tests and programs

This commit is contained in:
Manuel Pégourié-Gonnard 2014-06-24 13:11:25 +02:00
parent 0f7b619875
commit f9378d8f11
3 changed files with 27 additions and 7 deletions

View file

@ -9,7 +9,7 @@
* END_DEPENDENCIES
*/
/* BEGIN_CASE */
/* BEGIN_CASE depends_on:POLARSSL_PEM_WRITE_C */
void pk_write_pubkey_check( char *key_file )
{
pk_context key;
@ -40,7 +40,7 @@ void pk_write_pubkey_check( char *key_file )
}
/* END_CASE */
/* BEGIN_CASE */
/* BEGIN_CASE depends_on:POLARSSL_PEM_WRITE_C */
void pk_write_key_check( char *key_file )
{
pk_context key;