Add missing config dependencies to PKCS1 V15 tests

This commit is contained in:
Simon Butcher 2016-04-13 14:49:19 +01:00
parent 57b42d25c3
commit 3e25f8c01e

View file

@ -209,7 +209,7 @@ exit:
}
/* 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,