mirror of
https://github.com/cuberite/polarssl.git
synced 2025-09-23 04:26:46 -04:00
Add missing dependency declaration
This guards the definition of mbedtls_test_ssl_endpoint which we rely on, so the function won't compile without it. Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>
This commit is contained in:
parent
3a7f1d229b
commit
428ce0aff9
@ -5038,7 +5038,7 @@ exit:
|
||||
}
|
||||
/* END_CASE */
|
||||
|
||||
/* BEGIN_CASE depends_on:MBEDTLS_DEBUG_C */
|
||||
/* BEGIN_CASE depends_on:MBEDTLS_DEBUG_C:MBEDTLS_SSL_HANDSHAKE_WITH_CERT_ENABLED */
|
||||
void inject_client_content_on_the_wire(int pk_alg,
|
||||
int state, data_t *data,
|
||||
char *log_pattern, int expected_ret)
|
||||
|
Loading…
x
Reference in New Issue
Block a user