| 46 | } |
| 47 | |
| 48 | void credential_clear_secrets(struct credential *c) |
| 49 | { |
| 50 | FREE_AND_NULL(c->password); |
| 51 | FREE_AND_NULL(c->credential); |
| 52 | } |
| 53 | |
| 54 | static void credential_set_capability(struct credential_capability *capa, |
| 55 | enum credential_op_type op_type) |
no outgoing calls
no test coverage detected