commit | 0914ac47d2fbf10e951a2f8cc50589cdbeda3061 | [log] [tgz] |
---|---|---|
author | Simon Butcher <simon.butcher@arm.com> | Wed Apr 13 14:49:25 2016 +0100 |
committer | Simon Butcher <simon.butcher@arm.com> | Wed Apr 13 14:49:25 2016 +0100 |
tree | 4be927760dacc3dc2c7ed9b23a10626afc583e17 | |
parent | 1ef918ddca9bae8ad857a19989acaeb581edf4bb [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,