aboutsummaryrefslogtreecommitdiff
path: root/util/mkstack.pl
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2004-10-04 16:30:12 +0000
committerDr. Stephen Henson <steve@openssl.org>2004-10-04 16:30:12 +0000
commit2f605e8d24ac054a862e0fc4ea7e53196c99bb7e (patch)
tree7f4f621607dc13b1dd1a988222944d42e66592ab /util/mkstack.pl
parent5e2216bfa168bc5457433489b4b5e91fccc8973b (diff)
downloadopenssl-2f605e8d24ac054a862e0fc4ea7e53196c99bb7e.zip
openssl-2f605e8d24ac054a862e0fc4ea7e53196c99bb7e.tar.gz
openssl-2f605e8d24ac054a862e0fc4ea7e53196c99bb7e.tar.bz2
Fix race condition when CRL checking is enabled.
Diffstat (limited to 'util/mkstack.pl')
-rwxr-xr-xutil/mkstack.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/mkstack.pl b/util/mkstack.pl
index be2cb4f..2a968f3 100755
--- a/util/mkstack.pl
+++ b/util/mkstack.pl
@@ -85,6 +85,7 @@ while(<IN>) {
#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) {