mirror of
				https://github.com/Mbed-TLS/mbedtls.git
				synced 2025-11-03 20:33:16 +03:00 
			
		
		
		
	Fix typo that prevented mbedtls_asn1_write_len tests from running
This commit is contained in:
		@@ -171,7 +171,7 @@ exit:
 | 
				
			|||||||
}
 | 
					}
 | 
				
			||||||
/* END_CASE */
 | 
					/* END_CASE */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/* BEGIN_CASE depends_on:MBEDTLS_ASN1PARSE_C */
 | 
					/* BEGIN_CASE depends_on:MBEDTLS_ASN1_PARSE_C */
 | 
				
			||||||
void mbedtls_asn1_write_len( int len, data_t * asn1, int buf_len,
 | 
					void mbedtls_asn1_write_len( int len, data_t * asn1, int buf_len,
 | 
				
			||||||
                             int result )
 | 
					                             int result )
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user