Make test suite checks dependent on POLARSSL_X509_CHECK_KEY_USAGE

This commit is contained in:
Paul Bakker 2014-04-09 16:58:51 +02:00
parent a77de8c841
commit 5c986f5244

View file

@ -316,7 +316,7 @@ void x509_oid_numstr( char *oid_str, char *numstr, int blen, int ret )
}
/* END_CASE */
/* BEGIN_CASE depends_on:POLARSSL_X509_CRT_PARSE_C */
/* BEGIN_CASE depends_on:POLARSSL_X509_CRT_PARSE_C:POLARSSL_X509_CHECK_KEY_USAGE */
void x509_check_key_usage( char *crt_file, int usage, int ret )
{
x509_crt crt;