Skip to content

Commit

Permalink
Merge 6a820d7 into e77ad63
Browse files Browse the repository at this point in the history
  • Loading branch information
imays76 committed Sep 18, 2018
2 parents e77ad63 + 6a820d7 commit 0781fe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/headers/tomcrypt_macros.h
Expand Up @@ -353,7 +353,7 @@ static inline ulong32 RORc(ulong32 word, const int i)


/* 64-bit Rotates */
#if !defined(__STRICT_ANSI__) && defined(__GNUC__) && defined(__x86_64__) && !defined(_WIN64) && !defined(LTC_NO_ASM)
#if !defined(__STRICT_ANSI__) && defined(__GNUC__) && defined(__x86_64__) && !defined(_WIN64) && !defined(LTC_NO_ASM) && !defined(__ANDROID__)

static inline ulong64 ROL64(ulong64 word, int i)
{
Expand Down

0 comments on commit 0781fe7

Please sign in to comment.