aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/messages.h
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2018-07-31 17:18:43 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2018-07-31 17:19:35 +0200
commita9028bcef0834e9fffc93f44d7cbc500758a23cd (patch)
treed8a0291882c3b6769119abf6cad7ce21e10c00ee /src/messages.h
parentsend: address of variable is never null (diff)
downloadwireguard-linux-compat-a9028bcef0834e9fffc93f44d7cbc500758a23cd.tar.xz
wireguard-linux-compat-a9028bcef0834e9fffc93f44d7cbc500758a23cd.zip
noise: remove outdated comment
docs/protocol.md hasn't existed for 3 years. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'src/messages.h')
-rw-r--r--src/messages.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/messages.h b/src/messages.h
index 2983af0..9425a26 100644
--- a/src/messages.h
+++ b/src/messages.h
@@ -1,8 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0 */
/*
* Copyright (C) 2015-2018 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
- *
- * See doc/protocol.md for more info
*/
#ifndef _WG_MESSAGES_H