mirror of
				https://github.com/cuberite/polarssl.git
				synced 2025-11-04 04:32:24 -05:00 
			
		
		
		
	Address review feedback
Signed-off-by: Hanno Becker <hanno.becker@arm.com>
This commit is contained in:
		
							parent
							
								
									2fc9a652bc
								
							
						
					
					
						commit
						77b4a6592a
					
				@ -3090,8 +3090,8 @@ start_processing:
 | 
			
		||||
            mbedtls_ssl_send_alert_message(
 | 
			
		||||
                ssl,
 | 
			
		||||
                MBEDTLS_SSL_ALERT_LEVEL_FATAL,
 | 
			
		||||
                MBEDTLS_SSL_ALERT_MSG_INTERNAL_ERROR );
 | 
			
		||||
            return( MBEDTLS_ERR_SSL_INTERNAL_ERROR );
 | 
			
		||||
                MBEDTLS_SSL_ALERT_MSG_HANDSHAKE_FAILURE );
 | 
			
		||||
            return( MBEDTLS_ERR_SSL_HANDSHAKE_FAILURE );
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
    else
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user