Add dependency of mbedtls_asn1_write_len() test on ASN.1 parsing

This commit is contained in:
Hanno Becker 2018-10-16 13:48:23 +01:00
parent 19d858e8e6
commit 0fbbc64fee

View file

@ -78,7 +78,7 @@ void mbedtls_asn1_write_ia5_string( char * str, data_t * asn1,
}
/* END_CASE */
/* BEGIN_CASE */
/* BEGIN_CASE depends_on:MBEDTLS_ASN1PARSE_C */
void mbedtls_asn1_write_len( int len, data_t * asn1, int buf_len,
int result )
{