diff options
Diffstat (limited to 'crypto/openssl/crypto/stack/stack.h')
-rw-r--r-- | crypto/openssl/crypto/stack/stack.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/openssl/crypto/stack/stack.h b/crypto/openssl/crypto/stack/stack.h index 8b436ca4b986c..7570b85fe8513 100644 --- a/crypto/openssl/crypto/stack/stack.h +++ b/crypto/openssl/crypto/stack/stack.h @@ -99,6 +99,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 } |