diff options
author | 2019-12-08 04:35:50 +0100 | |
---|---|---|
committer | 2019-12-11 06:22:17 +0100 | |
commit | 360b9c8c8b4c4364b755dc0935f05e4ba4429cb0 (patch) | |
tree | f3012f1bf3e61239ec5be18edcb67780f5e2554e /Makefile | |
parent | Allow /32 and /128 to be omitted in ip= keys (diff) | |
download | wg-dynamic-360b9c8c8b4c4364b755dc0935f05e4ba4429cb0.tar.xz wg-dynamic-360b9c8c8b4c4364b755dc0935f05e4ba4429cb0.zip |
Use siphash for hashtables
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -46,7 +46,7 @@ endif all: wg-dynamic-server wg-dynamic-client wg-dynamic-client: wg-dynamic-client.o netlink.o common.o ipm.o -wg-dynamic-server: wg-dynamic-server.o netlink.o radix-trie.o common.o random.o lease.o ipm.o +wg-dynamic-server: wg-dynamic-server.o netlink.o radix-trie.o common.o random.o lease.o ipm.o siphash.o ifneq ($(V),1) clean: |