Rename test and update dependencies

This commit is contained in:
Sanne Wouda 2017-09-07 16:44:06 +01:00 committed by Gilles Peskine
parent cf79312a6d
commit bb50113123
2 changed files with 18 additions and 11 deletions

View file

@ -113,8 +113,8 @@ exit:
}
/* END_CASE */
/* BEGIN_CASE depends_on:MBEDTLS_RSA_C */
void pk_parse_key_rsa( char *key_data, char *result_str, int result )
/* BEGIN_CASE depends_on:MBEDTLS_PK_PARSE_C */
void pk_parse_key( char *key_data, char *result_str, int result )
{
mbedtls_pk_context pk;
unsigned char buf[2000];