X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=util%2Fmkstack.pl;h=2a968f395fc22aa2368fe4b1de04a211e24c9b28;hb=9034c56c6c71ac68f25f195300e3d7b129280824;hp=be2cb4f1e723fac84bb8bd534069fe1c23b3b10f;hpb=26851b6b42260bdfd5c5b8332b5d3d00fa60f3df;p=oweals%2Fopenssl.git diff --git a/util/mkstack.pl b/util/mkstack.pl index be2cb4f1e7..2a968f395f 100755 --- a/util/mkstack.pl +++ b/util/mkstack.pl @@ -85,6 +85,7 @@ while() { #define sk_${type_thing}_shift(st) SKM_sk_shift($type_thing, (st)) #define sk_${type_thing}_pop(st) SKM_sk_pop($type_thing, (st)) #define sk_${type_thing}_sort(st) SKM_sk_sort($type_thing, (st)) +#define sk_${type_thing}_is_sorted(st) SKM_sk_is_sorted($type_thing, (st)) EOF } foreach $type_thing (sort @asn1setlst) {