mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2024-12-29 09:21:19 +00:00
Ensure that only .h files are parsed in generate_errors.pl
This commit is contained in:
parent
36855d66bb
commit
d2da622138
@ -46,7 +46,7 @@ close(FORMAT_FILE);
|
||||
|
||||
$/ = $line_separator;
|
||||
|
||||
my @files = <$include_dir/*>;
|
||||
my @files = <$include_dir/*.h>;
|
||||
my @matches;
|
||||
foreach my $file (@files) {
|
||||
open(FILE, "$file");
|
||||
|
Loading…
Reference in New Issue
Block a user