aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/noise.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
commitea5547ffbdffc76f8cda8b408c0fe0793519aed2 (patch)
tree5e3ee7184ea6ee74dcd02c7accf1c22f06be62aa /src/noise.h
parentsend: address of variable is never null (diff)
downloadwireguard-monolithic-historical-ea5547ffbdffc76f8cda8b408c0fe0793519aed2.tar.xz
wireguard-monolithic-historical-ea5547ffbdffc76f8cda8b408c0fe0793519aed2.zip
noise: remove outdated comment
docs/protocol.md hasn't existed for 3 years.
Diffstat (limited to 'src/noise.h')
-rw-r--r--src/noise.h3
1 files changed, 0 insertions, 3 deletions
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