aboutsummaryrefslogtreecommitdiffstats
path: root/include/loadstor.h
diff options
context:
space:
mode:
authorlloyd <[email protected]>2008-09-02 06:03:04 +0000
committerlloyd <[email protected]>2008-09-02 06:03:04 +0000
commitae3b9535e41b884d5cc7f039504a66b6e7a25183 (patch)
tree5807c29e225f07a4b8f078626feae0ceed56969e /include/loadstor.h
parent1bc7708bd51ea8bb56013b0f9aa4b2dbfe86cf9b (diff)
Split byte swap code and word rotation code off into bswap.h and rotate.h
Diffstat (limited to 'include/loadstor.h')
-rw-r--r--include/loadstor.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/loadstor.h b/include/loadstor.h
index 5b5746cdb..0bcafe411 100644
--- a/include/loadstor.h
+++ b/include/loadstor.h
@@ -8,11 +8,11 @@
#define BOTAN_LOAD_STORE_H__
#include <botan/types.h>
+#include <botan/bswap.h>
+#include <botan/rotate.h>
#if BOTAN_TARGET_UNALIGNED_LOADSTOR_OK
-#include <botan/bit_ops.h>
-
#if defined(BOTAN_TARGET_CPU_IS_BIG_ENDIAN)
#define BOTAN_ENDIAN_N2B(x) (x)