diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2018-09-23 21:43:12 +0200 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2018-09-23 21:43:12 +0200 |
commit | 4072d642206ee3a4950dc4ba68f3801008b1cfd1 (patch) | |
tree | 6c73741f8ff6eb2b9e56cb3eeaecca905bf976ba /src/crypto | |
parent | 94549a595c7ff6a2040d11009b14576c64ee9b88 (diff) |
poly1305-mips64: remove useless preprocessor error
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'src/crypto')
-rw-r--r-- | src/crypto/zinc/poly1305/poly1305-mips64.S | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/crypto/zinc/poly1305/poly1305-mips64.S b/src/crypto/zinc/poly1305/poly1305-mips64.S index 5662b1b..d95d83f 100644 --- a/src/crypto/zinc/poly1305/poly1305-mips64.S +++ b/src/crypto/zinc/poly1305/poly1305-mips64.S @@ -6,10 +6,6 @@ * This is based in part on Andy Polyakov's implementation from CRYPTOGAMS. */ -#if !defined(CONFIG_64BIT) -#error "This is only for 64-bit kernels." -#endif - #ifdef __MIPSEB__ #define MSB 0 #define LSB 7 |