diff options
Diffstat (limited to 'proto/wireguard/config.Y')
-rw-r--r-- | proto/wireguard/config.Y | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/wireguard/config.Y b/proto/wireguard/config.Y index 6a435da3..0fae832a 100644 --- a/proto/wireguard/config.Y +++ b/proto/wireguard/config.Y @@ -23,7 +23,7 @@ typedef char wg_key_b64_string[45]; int wg_key_from_base64(u8 key[32], const wg_key_b64_string base64); static struct f_tree * -f_new_sub_tlv_wg(u32 type, const struct bytestring *bs) +f_new_sub_tlv_wg(u32 type, const struct adata *bs) { struct f_tree *t = f_new_tree(); t->right = t; |