Remove and return the last element of a stack.

Synopsis

Declared in <openssl/stack.h>

void*
OPENSSL_sk_pop(OPENSSL_STACK* st);

Return Value

Former top element, or NULL if st is empty/NULL.

Parameters

Name

Description

st

Stack to modify.

Created with MrDocs