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