mirror of
https://github.com/yuzu-emu/mbedtls
synced 2024-11-24 14:38:39 +00:00
Do include asn1.h in error.c
When generate_errors.pl was first written, there was no asn1.h. But now there is one and it does not need any special treatment. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
parent
4f84cc7d67
commit
e913f911cd
1 changed files with 0 additions and 1 deletions
|
@ -101,7 +101,6 @@ foreach my $line (@matches)
|
|||
|
||||
my $include_name = $module_name;
|
||||
$include_name =~ tr/A-Z/a-z/;
|
||||
$include_name = "" if ($include_name eq "asn1");
|
||||
|
||||
# Fix faulty ones
|
||||
$include_name = "net_sockets" if ($module_name eq "NET");
|
||||
|
|
Loading…
Reference in a new issue