Delete the first stack element whose pointer equals p.
Declared in <openssl/stack.h>
void*
OPENSSL_sk_delete_ptr(
OPENSSL_STACK* st,
void const* p);
The removed pointer, or NULL if not found.
| Name | Description |
|---|---|
| st | Stack to modify. |
| p | Element pointer to remove. |