Skip to content
Snippets Groups Projects
Commit e37b94eb authored by Daniel Borkmann's avatar Daniel Borkmann Committed by Herbert Xu
Browse files

crypto: memneq - fix for archs without efficient unaligned access


Commit fe8c8a12 introduced a possible build error for archs
that do not have CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS set. :/
Fix this up by bringing else braces outside of the ifdef.

Reported-by: default avatarFengguang Wu <fengguang.wu@intel.com>
Fixes: fe8c8a12 ("crypto: more robust crypto_memneq")
Signed-off-by: default avatarDaniel Borkmann <dborkman@redhat.com>
Acked-By: default avatarCesar Eduardo Barros <cesarb@cesarb.eti.br>
Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent d1dd206c
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment