|
|
@ -74,6 +74,9 @@ u64 fromwire_u64(const u8 **cursor UNNEEDED, size_t *max UNNEEDED) |
|
|
|
/* Generated stub for fromwire_u8 */ |
|
|
|
u8 fromwire_u8(const u8 **cursor UNNEEDED, size_t *max UNNEEDED) |
|
|
|
{ fprintf(stderr, "fromwire_u8 called!\n"); abort(); } |
|
|
|
/* Generated stub for fromwire_u8_array */ |
|
|
|
void fromwire_u8_array(const u8 **cursor UNNEEDED, size_t *max UNNEEDED, u8 *arr UNNEEDED, size_t num UNNEEDED) |
|
|
|
{ fprintf(stderr, "fromwire_u8_array called!\n"); abort(); } |
|
|
|
/* Generated stub for hmac_done */ |
|
|
|
void hmac_done(crypto_auth_hmacsha256_state *state UNNEEDED, |
|
|
|
struct hmac *hmac UNNEEDED) |
|
|
|