commit | f20ab8941fe806d4b9dc110ed55bad265e462466 | [log] [tgz] |
---|---|---|
author | Simon Butcher <simon.butcher@arm.com> | Wed Apr 13 01:41:49 2016 +0100 |
committer | Simon Butcher <simon.butcher@arm.com> | Wed Apr 13 01:41:49 2016 +0100 |
tree | 89e27921865894b4d1506758d857fb7868a1670e | |
parent | 8435f9e8ec9f80225354b02341e8eb305006b036 [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 0323e5a..b5c43bc 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:POLARSSL_PKCS1_V15 POLARSSL_PKCS1_V21 */ void pkcs1_rsassa_v15_verify_ext( int mod, int radix_N, char *input_N, int radix_E, char *input_E,