commit | 748ddda4946584ea509b24ee3ac1a019b7f84350 | [log] [tgz] |
---|---|---|
author | Andres Amaya Garcia <Andres.AmayaGarcia@arm.com> | Tue Mar 27 20:53:56 2018 +0100 |
committer | Andres Amaya Garcia <Andres.AmayaGarcia@arm.com> | Tue Mar 27 21:33:07 2018 +0100 |
tree | 50f63f889f0d305ed2e29d68998729af4d85990f | |
parent | 624b557e56d660942621c6267f90c8db25c19e9b [diff] |
Fix test dependencies of pkcs5 pbs2 on asn1 parse
diff --git a/tests/suites/test_suite_pkcs5.function b/tests/suites/test_suite_pkcs5.function index bb7d419..4c020fb 100644 --- a/tests/suites/test_suite_pkcs5.function +++ b/tests/suites/test_suite_pkcs5.function
@@ -46,7 +46,7 @@ } /* 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 ) {