From 23bd40a4b3f8360e4943ba62e4a273a1cf5c2eb5 Mon Sep 17 00:00:00 2001 From: Jesper Louis Andersen Date: Tue, 9 Jun 2020 12:16:59 +0200 Subject: [PATCH] Netpick the include path order --- c_src/enacl_nif.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/c_src/enacl_nif.c b/c_src/enacl_nif.c index 8104976..d4bd73c 100644 --- a/c_src/enacl_nif.c +++ b/c_src/enacl_nif.c @@ -8,10 +8,10 @@ #include "enacl_ext.h" #include "generichash.h" #include "hash.h" +#include "kdf.h" #include "kx.h" #include "public.h" #include "pwhash.h" -#include "kdf.h" #include "randombytes.h" #include "secret.h" #include "secretstream.h"