Free a CMP context and all resources it owns.
Synopsis
Declared in <openssl/cmp.h>
void
OSSL_CMP_CTX_free(OSSL_CMP_CTX* ctx);
Parameters
Name |
Description |
ctx |
Context to free, or NULL. |
Created with MrDocs