summaryrefslogtreecommitdiffhomepage
path: root/src/cookie.c
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2018-08-28 23:50:35 -0600
committerJason A. Donenfeld <Jason@zx2c4.com>2018-09-03 23:52:11 -0600
commit07dac52be6336be4a77a399fd7928802711fb77f (patch)
treece42d6b1924ad4a67145d6f43ab3b5fcfba2031f /src/cookie.c
parent6a4e34f63be70ea96851e593172e0d3773086219 (diff)
crypto: import zinc
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'src/cookie.c')
-rw-r--r--src/cookie.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/cookie.c b/src/cookie.c
index 7cf0693..a9f5fda 100644
--- a/src/cookie.c
+++ b/src/cookie.c
@@ -9,8 +9,9 @@
#include "messages.h"
#include "ratelimiter.h"
#include "timers.h"
-#include "crypto/blake2s.h"
-#include "crypto/chacha20poly1305.h"
+
+#include <zinc/blake2s.h>
+#include <zinc/chacha20poly1305.h>
#include <net/ipv6.h>
#include <crypto/algapi.h>