Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/cr-marcstevens/sha1collisiondetection.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/sha1.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/sha1.c b/lib/sha1.c
index ee38d62..5931cf2 100644
--- a/lib/sha1.c
+++ b/lib/sha1.c
@@ -124,8 +124,7 @@
#endif
/*ENDIANNESS SELECTION*/
-#if defined(SHA1DC_FORCE_ALIGNED_ACCESS)
-#else
+#ifndef SHA1DC_FORCE_ALIGNED_ACCESS
#if defined(SHA1DC_FORCE_UNALIGNED_ACCESS) || defined(SHA1DC_ON_INTEL_LIKE_PROCESSOR)
#define SHA1DC_ALLOW_UNALIGNED_ACCESS
#endif /*UNALIGNED ACCESS DETECTION*/