mirror of
https://github.com/ARMmbed/mbedtls.git
synced 2025-05-10 17:01:41 +08:00
fix check-names failure
Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
This commit is contained in:
parent
90dfc21f6b
commit
b28d1c3484
@ -72,7 +72,7 @@ while (my $line = <CONFIG_H>)
|
|||||||
die "Feature does not start with 'MBEDTLS_': $line\n";
|
die "Feature does not start with 'MBEDTLS_': $line\n";
|
||||||
}
|
}
|
||||||
$feature_defines .= "#if defined(MBEDTLS_${define})\n";
|
$feature_defines .= "#if defined(MBEDTLS_${define})\n";
|
||||||
$feature_defines .= " \"${define}\",\n";
|
$feature_defines .= " \"${define}\", //no-check-names\n";
|
||||||
$feature_defines .= "#endif /* MBEDTLS_${define} */\n";
|
$feature_defines .= "#endif /* MBEDTLS_${define} */\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user