diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2014-09-03 17:24:00 +0200 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2014-09-03 17:41:11 +0200 |
commit | ed0aec25c50b53e63070c2a4a25480724bdf343a (patch) | |
tree | 17a706b4dbbd4780d53a0dabbbd41f62c7fc5d83 /src/crypto/mac/uhash/builtin | |
parent | edbfeca6cedb55872f8a92b790e1a989a3cf47e5 (diff) | |
download | fastd-ed0aec25c50b53e63070c2a4a25480724bdf343a.tar fastd-ed0aec25c50b53e63070c2a4a25480724bdf343a.zip |
Fix UHASH build on *BSD
Diffstat (limited to 'src/crypto/mac/uhash/builtin')
-rw-r--r-- | src/crypto/mac/uhash/builtin/uhash_builtin.c | 2 |
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 { |