summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2015-07-09 12:44:46 +0100
committerDr. Stephen Henson <steve@openssl.org>2015-07-09 16:04:09 +0100
commit88f4f91260653865a5cf668dac95156b37192352 (patch)
tree12daa2693f48eb11b60109ef806424d36606f001 /util
parent040b93353e8b48cfc0e2429d96eb3a27f259512d (diff)
Sort @sstacklst correctly.
Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'util')
-rwxr-xr-xutil/mkstack.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/mkstack.pl b/util/mkstack.pl
index 073902759c..8daa1f8551 100755
--- a/util/mkstack.pl
+++ b/util/mkstack.pl
@@ -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;