Skip to content

Commit

Permalink
Shorter version of force aligned access.
Browse files Browse the repository at this point in the history
  • Loading branch information
cr-marcstevens committed Mar 12, 2019
1 parent f2e43b2 commit 1603399
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/sha1.c
Original file line number Diff line number Diff line change
Expand Up @@ -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*/
Expand Down

0 comments on commit 1603399

Please sign in to comment.