aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/noise.h
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2019-03-25 12:39:47 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2019-03-25 13:07:01 +0100
commitf7fccdb94180a892b896958896081ca93e4729a6 (patch)
treeba52f004684b2b0df6917e8be05013a01220297a /src/noise.h
parenttools: avoid unneccessary next_peer assignments in sort_peers() (diff)
downloadwireguard-monolithic-historical-f7fccdb94180a892b896958896081ca93e4729a6.tar.xz
wireguard-monolithic-historical-f7fccdb94180a892b896958896081ca93e4729a6.zip
peerlookup: rename from hashtables
Diffstat (limited to 'src/noise.h')
-rw-r--r--src/noise.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/noise.h b/src/noise.h
index 8e5cc0a..9c2cc62 100644
--- a/src/noise.h
+++ b/src/noise.h
@@ -6,7 +6,7 @@
#define _WG_NOISE_H
#include "messages.h"
-#include "hashtables.h"
+#include "peerlookup.h"
#include <linux/types.h>
#include <linux/spinlock.h>