Fix test dependencies of pkcs5 pbs2 on asn1 parse

This commit is contained in:
Andres Amaya Garcia 2018-03-27 20:53:56 +01:00
parent af9a486b01
commit 576d474704

View File

@ -46,7 +46,7 @@ exit:
}
/* END_CASE */
/* BEGIN_CASE */
/* BEGIN_CASE depends_on:MBEDTLS_ASN1_PARSE_C */
void mbedtls_pkcs5_pbes2( int params_tag, char *params_hex, char *pw_hex,
char *data_hex, int ref_ret, char *ref_out_hex )
{