Skip to content

Commit 8fc8e34

Browse files
Fix typo that prevented mbedtls_asn1_write_len tests from running
Fix Mbed-TLS/mbedtls#2487
1 parent 222037a commit 8fc8e34

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
@@ -171,7 +171,7 @@ exit:
171171
}
172172
/* END_CASE */
173173

174-
/* BEGIN_CASE depends_on:MBEDTLS_ASN1PARSE_C */
174+
/* BEGIN_CASE depends_on:MBEDTLS_ASN1_PARSE_C */
175175
void mbedtls_asn1_write_len( int len, data_t * asn1, int buf_len,
176176
int result )
177177
{

0 commit comments

Comments
 (0)