mirror of
				https://github.com/cuberite/polarssl.git
				synced 2025-11-04 04:32:24 -05:00 
			
		
		
		
	Address review comment
Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
This commit is contained in:
		
							parent
							
								
									c50b717a19
								
							
						
					
					
						commit
						39bd5a655e
					
				@ -3071,8 +3071,8 @@ start_processing:
 | 
			
		||||
            mbedtls_ssl_send_alert_message(
 | 
			
		||||
                ssl,
 | 
			
		||||
                MBEDTLS_SSL_ALERT_LEVEL_FATAL,
 | 
			
		||||
                MBEDTLS_SSL_ALERT_MSG_DECODE_ERROR );
 | 
			
		||||
            return( MBEDTLS_ERR_SSL_DECODE_ERROR );
 | 
			
		||||
                MBEDTLS_SSL_ALERT_MSG_ILLEGAL_PARAMETER );
 | 
			
		||||
            return( MBEDTLS_ERR_SSL_ILLEGAL_PARAMETER );
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
    else
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user