Free a compression context.
Synopsis
Declared in <openssl/comp.h>
void
COMP_CTX_free(COMP_CTX* ctx);
Parameters
Name |
Description |
ctx |
Context to free, or NULL. |
Created with MrDocs
Free a compression context.
Declared in <openssl/comp.h>
void
COMP_CTX_free(COMP_CTX* ctx);
Name |
Description |
ctx |
Context to free, or NULL. |
Created with MrDocs