mirror of
https://github.com/QuasarApp/openssl.git
synced 2025-05-07 23:19:39 +00:00
Sort @sstacklst correctly.
Reviewed-by: Rich Salz <rsalz@openssl.org>
This commit is contained in:
parent
a7ef1e9072
commit
2a7059c56f
@ -98,7 +98,7 @@ while(<IN>) {
|
|||||||
EOF
|
EOF
|
||||||
}
|
}
|
||||||
|
|
||||||
foreach $type_thing (sort @sstacklst) {
|
foreach $type_thing (sort { $a->[0] cmp $b->[0]} @sstacklst) {
|
||||||
my $t1 = $type_thing->[0];
|
my $t1 = $type_thing->[0];
|
||||||
my $t2 = $type_thing->[1];
|
my $t2 = $type_thing->[1];
|
||||||
$new_stackfile .= <<EOF;
|
$new_stackfile .= <<EOF;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user