aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/crypto/chacha20poly1305.c
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2018-01-03 21:58:00 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2018-01-03 21:58:00 +0100
commitddb82700a810c3f929e5a2fff00254b29eadc689 (patch)
tree622657a72476a9187303641729b1f0433f01171d /src/crypto/chacha20poly1305.c
parentreceive: treat packet checking as irrelevant for timers (diff)
downloadwireguard-monolithic-historical-ddb82700a810c3f929e5a2fff00254b29eadc689.tar.xz
wireguard-monolithic-historical-ddb82700a810c3f929e5a2fff00254b29eadc689.zip
global: year bump
Diffstat (limited to 'src/crypto/chacha20poly1305.c')
-rw-r--r--src/crypto/chacha20poly1305.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crypto/chacha20poly1305.c b/src/crypto/chacha20poly1305.c
index 6be96f6..122fe80 100644
--- a/src/crypto/chacha20poly1305.c
+++ b/src/crypto/chacha20poly1305.c
@@ -1,6 +1,6 @@
/* SPDX-License-Identifier: OpenSSL OR (BSD-3-Clause OR GPL-2.0)
*
- * Copyright (C) 2015-2017 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
+ * Copyright (C) 2015-2018 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
* Copyright 2016 The OpenSSL Project Authors. All Rights Reserved.
*/