summaryrefslogtreecommitdiffhomepage
path: root/src
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
parent9db4e539d8af772d9586934ea23faedefa77fab5 (diff)
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')
-rw-r--r--src/messages.h2
-rw-r--r--src/noise.h3
2 files changed, 0 insertions, 5 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
diff --git a/src/noise.h b/src/noise.h
index b8d18b9..5804acf 100644
--- a/src/noise.h
+++ b/src/noise.h
@@ -1,10 +1,7 @@
/* SPDX-License-Identifier: GPL-2.0
*
* Copyright (C) 2015-2018 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
- *
- * See doc/protocol.md and https://github.com/trevp/noise/blob/master/noise.md for more info
*/
-
#ifndef _WG_NOISE_H
#define _WG_NOISE_H