Append data to the end of a generic OPENSSL_STACK.
Synopsis
Declared in <openssl/stack.h>
int
OPENSSL_sk_push(
OPENSSL_STACK* st,
void const* data);
Return Value
Number of elements after the push, or 0 on failure.
Parameters
Name |
Description |
st |
Stack to modify. |
data |
Element pointer to store. |
Created with MrDocs