mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-29 11:41:15 +03:00
Add correct test dependencies
Functions called within the test mean that MBEDTLS_X509_CRT_PARSE_C is a test dependency and so is declared in this commit. Signed-off-by: Thomas Daubney <thomas.daubney@arm.com>
This commit is contained in:
@ -400,7 +400,7 @@ int parse_crt_ext_cb( void *p_ctx, mbedtls_x509_crt const *crt, mbedtls_x509_buf
|
||||
* END_DEPENDENCIES
|
||||
*/
|
||||
|
||||
/* BEGIN_CASE */
|
||||
/* BEGIN_CASE depends_on:MBEDTLS_X509_CRT_PARSE_C */
|
||||
void x509_accessor_ext_types( int ext_type, int has_ext_type )
|
||||
{
|
||||
mbedtls_x509_crt crt;
|
||||
|
Reference in New Issue
Block a user