summaryrefslogtreecommitdiff
path: root/source/security_algorithms/sha/sha2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/security_algorithms/sha/sha2.cpp')
-rw-r--r--source/security_algorithms/sha/sha2.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/security_algorithms/sha/sha2.cpp b/source/security_algorithms/sha/sha2.cpp
index 07473e7..ec214f6 100644
--- a/source/security_algorithms/sha/sha2.cpp
+++ b/source/security_algorithms/sha/sha2.cpp
@@ -85,6 +85,7 @@
* <machine/endian.h> where the appropriate definitions are actually
* made).
*/
+
#if !defined(BYTE_ORDER) || (BYTE_ORDER != LITTLE_ENDIAN && BYTE_ORDER != BIG_ENDIAN)
#error Define BYTE_ORDER to be equal to either LITTLE_ENDIAN or BIG_ENDIAN
#endif