mirror of
				https://github.com/cuberite/polarssl.git
				synced 2025-11-03 12:11:27 -05:00 
			
		
		
		
	fix unused-variable fail without MBEDTLS_DEBUG_C
Signed-off-by: Jerry Yu <jerry.h.yu@arm.com>
This commit is contained in:
		
							parent
							
								
									860b4ee42e
								
							
						
					
					
						commit
						e86cd65754
					
				@ -29,6 +29,7 @@
 | 
			
		||||
 | 
			
		||||
int mbedtls_ssl_tls13_handshake_server_step( mbedtls_ssl_context *ssl )
 | 
			
		||||
{
 | 
			
		||||
    ((void) ssl);
 | 
			
		||||
    MBEDTLS_SSL_DEBUG_MSG( 2, ( "tls1_3 server state: %d", ssl->state ) );
 | 
			
		||||
 | 
			
		||||
    return( MBEDTLS_ERR_SSL_FEATURE_UNAVAILABLE );
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user