mirror of
https://github.com/ARMmbed/mbedtls.git
synced 2025-05-12 01:42:21 +08: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
73247c6e19
commit
ae567ad011
@ -5014,7 +5014,7 @@ exit:
|
|||||||
}
|
}
|
||||||
/* END_CASE */
|
/* 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,
|
void inject_client_content_on_the_wire(int pk_alg,
|
||||||
int state, data_t *data,
|
int state, data_t *data,
|
||||||
char *log_pattern, int expected_ret)
|
char *log_pattern, int expected_ret)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user