commit | b82f59162ccef51378e601aa671272d8dcdc45f0 | [log] [tgz] |
---|---|---|
author | James Cowgill <james410@cowgill.org.uk> | Tue Dec 16 15:24:06 2014 +0000 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Thu Feb 05 11:41:03 2015 +0000 |
tree | 7113d3a1f7a24f7355fabbb8d1aa130654e03468 | |
parent | 2dc15c8e7dc863b1d5394fcec91867817b85f4f5 [diff] [blame] |
Fix mips64 bignum implementation - Use correct mips64 define (__mips64, not __mips64__). - Added mips64 to the list of arches supporting 64-bit ints.
diff --git a/include/polarssl/bn_mul.h b/include/polarssl/bn_mul.h index e888cc2..ca7d896 100644 --- a/include/polarssl/bn_mul.h +++ b/include/polarssl/bn_mul.h
@@ -680,7 +680,7 @@ ); #endif /* Alpha */ -#if defined(__mips__) && !defined(__mips64__) +#if defined(__mips__) && !defined(__mips64) #define MULADDC_INIT \ asm( \