commit | 282e1d9130f2bace382462e05d1d4a0d292c9df9 | [log] [tgz] |
---|---|---|
author | Simon Butcher <simon.butcher@arm.com> | Wed Apr 13 14:49:19 2016 +0100 |
committer | Simon Butcher <simon.butcher@arm.com> | Wed May 18 19:36:03 2016 +0100 |
tree | c3ae9a48bdd629f31f247a72ca9344038756b375 | |
parent | c019035e8e88f4df0db45e553b4607e90b3677ba [diff] |
Add missing config dependencies to PKCS1 V15 tests
diff --git a/tests/suites/test_suite_pkcs1_v15.function b/tests/suites/test_suite_pkcs1_v15.function index ce8bf58..77ab513 100644 --- a/tests/suites/test_suite_pkcs1_v15.function +++ b/tests/suites/test_suite_pkcs1_v15.function
@@ -209,7 +209,7 @@ } /* END_CASE */ -/* BEGIN_CASE */ +/* BEGIN_CASE depends_on:MBEDTLS_PKCS1_V15 MBEDTLS_PKCS1_V21 */ void pkcs1_rsassa_v15_verify_ext( int mod, int radix_N, char *input_N, int radix_E, char *input_E,