summaryrefslogtreecommitdiffstats
path: root/crypto/stack/stack.h
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 /crypto/stack/stack.h
parent5e2216bfa168bc5457433489b4b5e91fccc8973b (diff)
Fix race condition when CRL checking is enabled.
Diffstat (limited to 'crypto/stack/stack.h')
-rw-r--r--crypto/stack/stack.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/stack/stack.h b/crypto/stack/stack.h
index 0058d50f12..5cbb116a8b 100644
--- a/crypto/stack/stack.h
+++ b/crypto/stack/stack.h
@@ -100,6 +100,7 @@ int (*sk_set_cmp_func(STACK *sk, int (*c)(const char * const *,
(const char * const *, const char * const *);
STACK *sk_dup(STACK *st);
void sk_sort(STACK *st);
+int sk_is_sorted(const STACK *st);
#ifdef __cplusplus
}