mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-30 22:43:08 +03:00
Updates generate_features.pl for new sections.
Signed-off-by: Minos Galanakis <minos.galanakis@arm.com>
This commit is contained in:
@ -27,8 +27,8 @@ if( @ARGV ) {
|
||||
|
||||
my $feature_format_file = $data_dir.'/version_features.fmt';
|
||||
|
||||
my @sections = ( "System support", "Mbed TLS modules",
|
||||
"Mbed TLS feature support" );
|
||||
my @sections = ( "Platform abstraction layer", "General configuration options",
|
||||
"TLS feature selection", "X.509 feature selection" );
|
||||
|
||||
my $line_separator = $/;
|
||||
undef $/;
|
||||
|
Reference in New Issue
Block a user