summaryrefslogtreecommitdiff
path: root/src/ipcpd
diff options
context:
space:
mode:
authorSander Vrijders <sander.vrijders@intec.ugent.be>2017-02-15 17:45:49 +0100
committerSander Vrijders <sander.vrijders@intec.ugent.be>2017-02-16 11:42:45 +0100
commit1434ab198b38cbc9096809a6cadfe6759736cc9f (patch)
tree8d4bb82d156046dc910c3bfbcfb13d52a1c36ccc /src/ipcpd
parent2fee864da506c1e6944c7caa2b6dcbe746165ca4 (diff)
downloadouroboros-1434ab198b38cbc9096809a6cadfe6759736cc9f.tar.gz
ouroboros-1434ab198b38cbc9096809a6cadfe6759736cc9f.zip
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.
Diffstat (limited to 'src/ipcpd')
-rw-r--r--src/ipcpd/normal/enroll.c2
1 files changed, 1 insertions, 1 deletions
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 <ouroboros/config.h>
+#include <ouroboros/endian.h>
#include <ouroboros/time_utils.h>
#include <ouroboros/cdap.h>
#include <ouroboros/dev.h>
#include <ouroboros/logs.h>
#include <ouroboros/rib.h>
-#include <ouroboros/endian.h>
#include "ae.h"