Remove and return the first element of a stack.
Synopsis
Declared in <openssl/stack.h>
void*
OPENSSL_sk_shift(OPENSSL_STACK* st);
Return Value
Former front element, or NULL if st is empty/NULL.
Parameters
Name |
Description |
st |
Stack to modify. |
Created with MrDocs