We don't actually use this, but common/onion needs it */
| 14 | |
| 15 | /* We don't actually use this, but common/onion needs it */ |
| 16 | void ecdh(const struct pubkey *point, struct secret *ss) |
| 17 | { |
| 18 | abort(); |
| 19 | } |
| 20 | |
| 21 | static void do_generate(int argc, char **argv, |
| 22 | const u8 *assocdata, |
no test coverage detected