mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-29 11:41:15 +03:00
Fix renaming error in script
This commit is contained in:
@ -94,7 +94,7 @@ while (my $line = <GREP>)
|
|||||||
my $found_hl = grep $_ eq $module_name, @high_level_modules;
|
my $found_hl = grep $_ eq $module_name, @high_level_modules;
|
||||||
if (!$found_ll && !$found_hl)
|
if (!$found_ll && !$found_hl)
|
||||||
{
|
{
|
||||||
mbedtls_printf("Error: Do not know how to handle: $module_name\n");
|
printf("Error: Do not know how to handle: $module_name\n");
|
||||||
exit 1;
|
exit 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user