mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-26 12:55:46 +01:00
Add dependency of mbedtls_asn1_write_len() test on ASN.1 parsing
This commit is contained in:
parent
175dbe9ade
commit
f4860e0ef7
@ -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 )
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user