[#OPENSSL_sk_new_null] = OPENSSL_sk_new_null :mrdocs: Allocate an empty stack with no comparison function. == Synopsis Declared in `<openssl/stack.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:OPENSSL_STACK.adoc[OPENSSL_STACK]* OPENSSL_sk_new_null(); ---- == Return Value New stack, or NULL on failure; free with OPENSSL_sk_free(). [.small]#Created with https://www.mrdocs.com[MrDocs]#