commit | ba916b6a0339ed6cc6441ad83c097ab795dbdbc5 | [log] [tgz] |
---|---|---|
author | Geert Uytterhoeven <geert@linux-m68k.org> | Thu Feb 01 11:22:00 2018 +0100 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Thu Feb 08 22:38:12 2018 +1100 |
tree | 46f1cd6f09288766fa60487a09069224b98e7ce4 | |
parent | d9afaaa4ff7af8b87d4a205e48cb8a6f666d7f01 [diff] |
crypto: sha3-generic - Use __optimize to support old compilers With gcc-4.1.2: crypto/sha3_generic.c:39: warning: ‘__optimize__’ attribute directive ignored Use the newly introduced __optimize macro to fix this. Fixes: 83dee2ce1ae791c3 ("crypto: sha3-generic - rewrite KECCAK transform to help the compiler optimize") Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org> Acked-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>