mirror of
				https://github.com/Mbed-TLS/mbedtls.git
				synced 2025-11-03 20:33:16 +03: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:
		@@ -5014,7 +5014,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)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user