diff options
author | Jörg Thalheim <joerg@higgsboson.tk> | 2016-10-21 19:31:56 +0200 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2016-10-22 16:45:09 +0900 |
commit | 2a0f2b2a4acbb93d263293f4b69605eb7006e6f7 (patch) | |
tree | 547dca534f9dd4711bb1d7b51e7889dc83f90756 /src | |
parent | 5eee1f39032c894e6cb30060fa8bfb7859eff729 (diff) |
uapi.h: public_key field is a getter
Signed-off-by: Jörg Thalheim <joerg@higgsboson.tk>
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/uapi.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -113,7 +113,7 @@ struct wgpeer { struct wgdevice { char interface[IFNAMSIZ]; /* Get */ - __u8 public_key[WG_KEY_LEN]; /* Get/Set */ + __u8 public_key[WG_KEY_LEN]; /* Get */ __u8 private_key[WG_KEY_LEN]; /* Get/Set */ __u8 preshared_key[WG_KEY_LEN]; /* Get/Set */ |