[#OPENSSL_sk_shift] = OPENSSL_sk_shift :mrdocs: Remove and return the first element of a stack. == Synopsis Declared in `<openssl/stack.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void* OPENSSL_sk_shift(xref:OPENSSL_STACK.adoc[OPENSSL_STACK]* st); ---- == Return Value Former front element, or NULL if `st` is empty/NULL. == Parameters [cols="1,4"] |=== | Name| Description | *st* | Stack to modify. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#