| 69 | |
| 70 | |
| 71 | void credential_set_all_capabilities(struct credential *c, |
| 72 | enum credential_op_type op_type) |
| 73 | { |
| 74 | credential_set_capability(&c->capa_authtype, op_type); |
| 75 | credential_set_capability(&c->capa_state, op_type); |
| 76 | } |
| 77 | |
| 78 | static void announce_one(struct credential_capability *cc, const char *name, FILE *fp) { |
| 79 | if (cc->request_initial) |
no test coverage detected