From 1434ab198b38cbc9096809a6cadfe6759736cc9f Mon Sep 17 00:00:00 2001 From: Sander Vrijders Date: Wed, 15 Feb 2017 17:45:49 +0100 Subject: lib: Revise endian header and SHA3 This revises the endian header to let the build time checks of endianness be performed by the standard libraries. We just check for the OS that is being used and provide the endian functions from OpenBSD to everyone. It also updates the SHA3 sources to use this new header. The byte order header is removed. --- src/ipcpd/normal/enroll.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ipcpd/normal') diff --git a/src/ipcpd/normal/enroll.c b/src/ipcpd/normal/enroll.c index d09a62a9..a0d28598 100644 --- a/src/ipcpd/normal/enroll.c +++ b/src/ipcpd/normal/enroll.c @@ -21,12 +21,12 @@ #define OUROBOROS_PREFIX "enrollment" #include +#include #include #include #include #include #include -#include #include "ae.h" -- cgit v1.2.3