aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@higgsboson.tk>2016-10-21 19:31:56 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2016-10-22 16:45:09 +0900
commit59197b0b00dc708d07f75f4fc18ea0f6b613ce99 (patch)
treeb4d454a63c9c339f718c1914b2098b6f796a3172 /src
parentreceive: always send confirmation, even if queue is empty (diff)
downloadwireguard-monolithic-historical-59197b0b00dc708d07f75f4fc18ea0f6b613ce99.tar.xz
wireguard-monolithic-historical-59197b0b00dc708d07f75f4fc18ea0f6b613ce99.zip
uapi.h: public_key field is a getter
Signed-off-by: Jörg Thalheim <joerg@higgsboson.tk>
Diffstat (limited to 'src')
-rw-r--r--src/uapi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/uapi.h b/src/uapi.h
index 6c6971e..69dfee3 100644
--- a/src/uapi.h
+++ b/src/uapi.h
@@ -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 */