From 8041b0e93695e788fe16343aa71334e834e22b35 Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Sat, 25 Nov 2023 23:58:05 +0100 Subject: fix bytestring to adata merge --- proto/wireguard/config.Y | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'proto') 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; -- cgit v1.2.3