summaryrefslogtreecommitdiffstats
path: root/sys/net/wg_noise.c
diff options
context:
space:
mode:
authortb <tb@openbsd.org>2020-12-09 05:53:33 +0000
committertb <tb@openbsd.org>2020-12-09 05:53:33 +0000
commitf8148103d5d9180a01fa85d1c7014aa7debf5629 (patch)
treeee18bdcbe4c577c3daebd818ca5cb0fd9ad0fbf9 /sys/net/wg_noise.c
parentix_txq_kstats_read() should look at a tx_ring struct, not rx_ring. (diff)
downloadwireguard-openbsd-f8148103d5d9180a01fa85d1c7014aa7debf5629.tar.xz
wireguard-openbsd-f8148103d5d9180a01fa85d1c7014aa7debf5629.zip
add RCS tags
Diffstat (limited to 'sys/net/wg_noise.c')
-rw-r--r--sys/net/wg_noise.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/net/wg_noise.c b/sys/net/wg_noise.c
index cbf17a02c24..86f7823cc83 100644
--- a/sys/net/wg_noise.c
+++ b/sys/net/wg_noise.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: wg_noise.c,v 1.4 2020/12/09 05:53:33 tb Exp $ */
/*
* Copyright (C) 2015-2020 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
* Copyright (C) 2019-2020 Matt Dunwoodie <ncon@noconroy.net>