Skip to content

Commit

Permalink
Add dependency of mbedtls_asn1_write_len() test on ASN.1 parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
Hanno Becker committed Oct 16, 2018
1 parent 19d858e commit 0fbbc64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/suites/test_suite_asn1write.function
Original file line number Diff line number Diff line change
Expand Up @@ -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 )
{
Expand Down

0 comments on commit 0fbbc64

Please sign in to comment.