summaryrefslogtreecommitdiffstats
path: root/crypto/stack/stack.h
diff options
context:
space:
mode:
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
}