diff options
author | Mikael Magnusson <mikma@users.sourceforge.net> | 2023-11-25 23:58:22 +0100 |
---|---|---|
committer | Mikael Magnusson <mikma@users.sourceforge.net> | 2023-11-25 23:58:22 +0100 |
commit | d854968453a5a32c5bc786d0c83ab0040de17bea (patch) | |
tree | 504076f1565e8cb9ab1b0fd944d7d68d47095cdd /proto | |
parent | dc665727dcf149873be53c6e9a1616ae7b8d97e6 (diff) | |
parent | 8041b0e93695e788fe16343aa71334e834e22b35 (diff) |
Merge branch 'tmp3' into wireguard-next-tmp7-1
Diffstat (limited to 'proto')
-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; |