COMP_CTX_get_method
const COMP_METHOD *COMP_CTX_get_method(const COMP_CTX *ctx);
return (rl->compctx == NULL) ? NULL : COMP_CTX_get_method(rl->compctx);