X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=util%2Fmkstack.pl;h=3ee13fe7c9da56e86ed3100538d24909e26443ed;hb=5ef8093732ab22266a69043e1209be80eb8b83c2;hp=64371386837d184d70d492c6df8e5b3eff7f7d50;hpb=7ef8206859f9a52f48e817c023c744fe00e82c5d;p=oweals%2Fopenssl.git diff --git a/util/mkstack.pl b/util/mkstack.pl index 6437138683..3ee13fe7c9 100755 --- a/util/mkstack.pl +++ b/util/mkstack.pl @@ -62,7 +62,7 @@ while() { next if($inside_block != 1); $new_stackfile .= "/* This block of defines is updated by util/mkstack.pl, please do not touch! */"; - foreach $type_thing (@stacklst) { + foreach $type_thing (sort @stacklst) { $new_stackfile .= <) { #define sk_${type_thing}_sort(st) SKM_sk_sort($type_thing, (st)) EOF } - foreach $type_thing (@asn1setlst) { + foreach $type_thing (sort @asn1setlst) { $new_stackfile .= <