commit | 3e25f8c01e3c824e5efd5a9c576b6af701dcac40 | [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 Apr 13 14:49:19 2016 +0100 |
tree | 7d25cbd64d365130892a70db2187d25d4c0d4b56 | |
parent | 57b42d25c391aca9889bdff6945d70107c101271 [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,