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 175dbe9ade
commit f4860e0ef7

View File

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