ANDROID: FIPS: remove memneq.o from the list of objects for the fips module

Commit 795aa0cfd3 ("crypto: memneq - move into lib/") moved the memneq
code out of crypto/ into lib/ which broke the building of the fips
target.  Resolve this by removing it from the explicit list of .o files
to be linked as it will be picked up properly from lib/

Fixes: 795aa0cfd3 ("crypto: memneq - move into lib/")
Cc: Ard Biesheuvel <ardb@google.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Change-Id: I9619db5fed8e68c8788d918138bd979cba157d51
This commit is contained in:
Greg Kroah-Hartman
2022-07-13 17:27:24 +02:00
parent 7eb22f1bc0
commit 916c8c836f

View File

@@ -212,7 +212,7 @@ UBSAN_SANITIZE_jitterentropy-fips.o = n
# module that is in scope for FIPS 140-2 certification
#
crypto-fips-objs := drbg.o ecb.o cbc.o ctr.o cts.o gcm.o xts.o hmac.o cmac.o \
memneq.o gf128mul.o aes_generic.o lib-crypto-aes.o \
gf128mul.o aes_generic.o lib-crypto-aes.o \
jitterentropy.o jitterentropy-kcapi.o \
sha1_generic.o sha256_generic.o sha512_generic.o \
lib-sha1.o lib-crypto-sha256.o