Browse Source

clean-up define

Steffen Jaeckel 7 years ago
parent
commit
0ca8a31cd3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/encauth/gcm/gcm_gf_mult.c

+ 1 - 1
src/encauth/gcm/gcm_gf_mult.c

@@ -13,7 +13,7 @@
 */
 #include "tomcrypt_private.h"
 
-#if defined(LTC_GCM_TABLES) || defined(LTC_LRW_TABLES) || ((defined(LTC_GCM_MODE) || defined(LTC_GCM_MODE)) && defined(LTC_FAST))
+#if defined(LTC_GCM_TABLES) || defined(LTC_LRW_TABLES) || (defined(LTC_GCM_MODE) && defined(LTC_FAST))
 
 /* this is x*2^128 mod p(x) ... the results are 16 bytes each stored in a packed format.  Since only the
  * lower 16 bits are not zero'ed I removed the upper 14 bytes */