Development discussion of WireGuard
 help / color / mirror / Atom feed
* [WireGuard] [PATCH] uapi.h: public_key field is a getter
@ 2016-10-21 17:31 Jörg Thalheim
  2016-10-22  7:46 ` Jason A. Donenfeld
  0 siblings, 1 reply; 2+ messages in thread
From: Jörg Thalheim @ 2016-10-21 17:31 UTC (permalink / raw)
  To: wireguard

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


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [WireGuard] [PATCH] uapi.h: public_key field is a getter
  2016-10-21 17:31 [WireGuard] [PATCH] uapi.h: public_key field is a getter Jörg Thalheim
@ 2016-10-22  7:46 ` Jason A. Donenfeld
  0 siblings, 0 replies; 2+ messages in thread
From: Jason A. Donenfeld @ 2016-10-22  7:46 UTC (permalink / raw)
  To: Jörg Thalheim; +Cc: wireguard

Thanks. Applied.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-10-22  7:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-10-21 17:31 [WireGuard] [PATCH] uapi.h: public_key field is a getter Jörg Thalheim
2016-10-22  7:46 ` Jason A. Donenfeld

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).