Development discussion of WireGuard
 help / color / mirror / Atom feed
From: "Jörg Thalheim" <joerg@higgsboson.tk>
To: "wireguard@lists.zx2c4.com" <wireguard@lists.zx2c4.com>
Subject: [WireGuard] [PATCH] uapi.h: public_key field is a getter
Date: Fri, 21 Oct 2016 19:31:56 +0200	[thread overview]
Message-ID: <2a3c259f-6479-8f22-c426-bec54635bd8d@higgsboson.tk> (raw)

[-- Attachment #1: Type: text/plain, Size: 124 bytes --]

Signed-off-by: Jörg Thalheim <joerg@higgsboson.tk>
---
 src/uapi.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



[-- Attachment #2: 0001-uapi.h-public_key-field-is-a-getter.patch --]
[-- Type: text/x-patch, Size: 379 bytes --]

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 */
 


             reply	other threads:[~2016-10-21 17:30 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-10-21 17:31 Jörg Thalheim [this message]
2016-10-22  7:46 ` Jason A. Donenfeld

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=2a3c259f-6479-8f22-c426-bec54635bd8d@higgsboson.tk \
    --to=joerg@higgsboson.tk \
    --cc=wireguard@lists.zx2c4.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).