Get the numeric type identifier of a compression context's method.
Synopsis
Declared in <openssl/comp.h>
int
COMP_CTX_get_type(COMP_CTX const* comp);
Return Value
Method type NID, or NID_undef if unavailable.
Parameters
Name |
Description |
comp |
Compression context to query. |
Created with MrDocs