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