1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-01 10:06:53 +03:00

Add missing dependencies on !MBEDTLS_X509_REMOVE_INFO

Signed-off-by: Chris Jones <christopher.jones@arm.com>
This commit is contained in:
Hanno Becker
2019-06-11 17:16:13 +01:00
committed by Chris Jones
parent 612a2f1504
commit 5d4c4b1f95
2 changed files with 4 additions and 0 deletions

View File

@ -844,6 +844,8 @@ void x509parse_crt( data_t * buf, char * result_str, int result )
TEST_ASSERT( strcmp( (char *) output, result_str ) == 0 );
}
#else
((void) result_str);
#endif
mbedtls_x509_crt_free( &crt );