summaryrefslogtreecommitdiffstats
path: root/src/crypto
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2014-09-03 17:24:00 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2014-09-03 17:41:11 +0200
commited0aec25c50b53e63070c2a4a25480724bdf343a (patch)
tree17a706b4dbbd4780d53a0dabbbd41f62c7fc5d83 /src/crypto
parentedbfeca6cedb55872f8a92b790e1a989a3cf47e5 (diff)
downloadfastd-ed0aec25c50b53e63070c2a4a25480724bdf343a.tar
fastd-ed0aec25c50b53e63070c2a4a25480724bdf343a.zip
Fix UHASH build on *BSD
Diffstat (limited to 'src/crypto')
-rw-r--r--src/crypto/mac/uhash/builtin/uhash_builtin.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/crypto/mac/uhash/builtin/uhash_builtin.c b/src/crypto/mac/uhash/builtin/uhash_builtin.c
index 07ee749..e4710ae 100644
--- a/src/crypto/mac/uhash/builtin/uhash_builtin.c
+++ b/src/crypto/mac/uhash/builtin/uhash_builtin.c
@@ -35,8 +35,6 @@
#include "../../../../util.h"
#include "../../../../log.h"
-#include <endian.h>
-
/** MAC state used by this UHASH implmentation */
struct fastd_mac_state {