Report whether a stack is marked sorted under its comparison function.
Synopsis
Declared in <openssl/stack.h>
int
OPENSSL_sk_is_sorted(OPENSSL_STACK const* st);
Return Value
1 if sorted (or empty/no cmp), or 0 otherwise.
Parameters
Name |
Description |
st |
Stack to query. |
Created with MrDocs