Allocate an empty stack with no comparison function.
Synopsis
Declared in <openssl/stack.h>
OPENSSL_STACK*
OPENSSL_sk_new_null();
Return Value
New stack, or NULL on failure; free with OPENSSL_sk_free().
Created with MrDocs