SSL_COMP_get0_name
__owur const char *SSL_COMP_get0_name(const SSL_COMP *comp);
printf(" %s:%d", SSL_COMP_get0_name(c), SSL_COMP_get_id(c));