提交 88f4f912 编写于 作者: D Dr. Stephen Henson

Sort @sstacklst correctly.

Reviewed-by: NRich Salz <rsalz@openssl.org>
上级 040b9335
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册