Skip to content

Commit 9d51a54

Browse files
Updates generate_features.pl for new sections.
Signed-off-by: Minos Galanakis <[email protected]>
1 parent 1bf85a8 commit 9d51a54

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/generate_features.pl

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727

2828
my $feature_format_file = $data_dir.'/version_features.fmt';
2929

30-
my @sections = ( "System support", "Mbed TLS modules",
31-
"Mbed TLS feature support" );
30+
my @sections = ( "Platform abstraction layer", "General configuration options",
31+
"TLS feature selection", "X.509 feature selection" );
3232

3333
my $line_separator = $/;
3434
undef $/;

0 commit comments

Comments
 (0)