Skip to content

Commit 0fbbc64

Browse files
author
Hanno Becker
committed
Add dependency of mbedtls_asn1_write_len() test on ASN.1 parsing
1 parent 19d858e commit 0fbbc64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/suites/test_suite_asn1write.function

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ void mbedtls_asn1_write_ia5_string( char * str, data_t * asn1,
7878
}
7979
/* END_CASE */
8080

81-
/* BEGIN_CASE */
81+
/* BEGIN_CASE depends_on:MBEDTLS_ASN1PARSE_C */
8282
void mbedtls_asn1_write_len( int len, data_t * asn1, int buf_len,
8383
int result )
8484
{

0 commit comments

Comments
 (0)