| 100 | } |
| 101 | |
| 102 | void db_bind_sha256d(struct db_stmt *stmt, int pos, const struct sha256_double *s) |
| 103 | { |
| 104 | db_bind_sha256(stmt, pos, &s->sha); |
| 105 | } |
| 106 | |
| 107 | void db_bind_secret(struct db_stmt *stmt, int pos, const struct secret *s) |
| 108 | { |
no test coverage detected