Commit 88f4f912 authored by Dr. Stephen Henson's avatar Dr. Stephen Henson
Browse files

Sort @sstacklst correctly.



Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
parent 040b9335
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -283,7 +283,7 @@ foreach $type_thing (sort @stacklst) {
EOF
}

foreach $type_thing (sort @sstacklst) {
foreach $type_thing (sort { $a->[0] cmp $b->[0]} @sstacklst) {
    my $t1 = $type_thing->[0];
    my $t2 = $type_thing->[1];
    $new_stackfile .= <<EOF;