mirror of
				https://github.com/Mbed-TLS/mbedtls.git
				synced 2025-10-30 10:45:34 +03:00 
			
		
		
		
	Introduce mbedtls_ssl_hs_cb_t typedef
Inline func for mbedtls_ssl_conf_cert_cb() Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com>
This commit is contained in:
		| @@ -1312,14 +1312,6 @@ void mbedtls_ssl_set_timer_cb( mbedtls_ssl_context *ssl, | ||||
|     mbedtls_ssl_set_timer( ssl, 0 ); | ||||
| } | ||||
|  | ||||
| #if defined(MBEDTLS_SSL_SRV_C) | ||||
| void mbedtls_ssl_conf_cert_cb( mbedtls_ssl_config *conf, | ||||
|                                int (*f_cert_cb)(mbedtls_ssl_context *) ) | ||||
| { | ||||
|     conf->f_cert_cb = f_cert_cb; | ||||
| } | ||||
| #endif /* MBEDTLS_SSL_SRV_C */ | ||||
|  | ||||
| #if defined(MBEDTLS_SSL_SRV_C) | ||||
| void mbedtls_ssl_conf_session_cache( mbedtls_ssl_config *conf, | ||||
|                                      void *p_cache, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user