[#COMP_CTX_get_type] = COMP_CTX_get_type :mrdocs: Get the numeric type identifier of a compression context's method. == Synopsis Declared in `<openssl/comp.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int COMP_CTX_get_type(xref:COMP_CTX.adoc[COMP_CTX] const* comp); ---- == Return Value Method type NID, or NID_undef if unavailable. == Parameters [cols="1,4"] |=== | Name| Description | *comp* | Compression context to query. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#