Free a CMP server context and its resources.
Synopsis
Declared in <openssl/cmp.h>
void
OSSL_CMP_SRV_CTX_free(OSSL_CMP_SRV_CTX* srv_ctx);
Parameters
Name |
Description |
srv_ctx |
Server context to free, or NULL. |
Created with MrDocs