mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-12-24 13:25:37 +00:00
Fix test dependencies of pkcs5 pbs2 on asn1 parse
This commit is contained in:
parent
24e8283309
commit
e9ff785db9
|
@ -46,7 +46,7 @@ exit:
|
||||||
}
|
}
|
||||||
/* END_CASE */
|
/* 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,
|
void mbedtls_pkcs5_pbes2( int params_tag, char *params_hex, char *pw_hex,
|
||||||
char *data_hex, int ref_ret, char *ref_out_hex )
|
char *data_hex, int ref_ret, char *ref_out_hex )
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue