projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7c17c20
)
Sort @sstacklst correctly.
author
Dr. Stephen Henson
<steve@openssl.org>
Thu, 9 Jul 2015 15:56:45 +0000
(16:56 +0100)
committer
Dr. Stephen Henson
<steve@openssl.org>
Thu, 9 Jul 2015 15:58:07 +0000
(16:58 +0100)
Reviewed-by: Rich Salz <rsalz@openssl.org>
(cherry picked from commit
2a7059c56f885a3fa0842e886f5178def8e5481d
)
util/mkstack.pl
patch
|
blob
|
history
diff --git
a/util/mkstack.pl
b/util/mkstack.pl
index f708610a7888d1a7fe4d9eeaf2426f462f785b87..a86d91f67ef327180338afc214fa3d639eb7d217 100755
(executable)
--- a/
util/mkstack.pl
+++ b/
util/mkstack.pl
@@
-97,7
+97,7
@@
while(<IN>) {
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;