Push an ITAV onto a stack, creating the stack if *itav_sk_p is NULL.
Declared in <openssl/cmp.h>
int
OSSL_CMP_ITAV_push0_stack_item(
stack_st_OSSL_CMP_ITAV** itav_sk_p,
OSSL_CMP_ITAV* itav);
1 on success, 0 on error.
| Name | Description |
|---|---|
| itav_sk_p | Address of the destination stack pointer. |
| itav | ITAV to push; ownership transfers to the stack. |