mirror of
				https://github.com/cuberite/polarssl.git
				synced 2025-11-04 04:32:24 -05:00 
			
		
		
		
	Remove reference to compat-1.2.h
This has been irrelevant since Mbed TLS 2.0.0. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
		
							parent
							
								
									3c62693c99
								
							
						
					
					
						commit
						b4b184a6f8
					
				@ -88,7 +88,6 @@ my %error_codes_seen;
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
foreach my $line (@matches)
 | 
					foreach my $line (@matches)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
    next if ($line =~ /compat-1.2.h/);
 | 
					 | 
				
			||||||
    my ($error_name, $error_code) = $line =~ /(MBEDTLS_ERR_\w+)\s+\-(0x\w+)/;
 | 
					    my ($error_name, $error_code) = $line =~ /(MBEDTLS_ERR_\w+)\s+\-(0x\w+)/;
 | 
				
			||||||
    my ($description) = $line =~ /\/\*\*< (.*?)\.? \*\//;
 | 
					    my ($description) = $line =~ /\/\*\*< (.*?)\.? \*\//;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user