ANDROID: FIPS: remove memneq.o from the list of objects for the fips module
Commit795aa0cfd3("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:
@@ -212,7 +212,7 @@ UBSAN_SANITIZE_jitterentropy-fips.o = n
|
|||||||
# module that is in scope for FIPS 140-2 certification
|
# 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 \
|
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 \
|
jitterentropy.o jitterentropy-kcapi.o \
|
||||||
sha1_generic.o sha256_generic.o sha512_generic.o \
|
sha1_generic.o sha256_generic.o sha512_generic.o \
|
||||||
lib-sha1.o lib-crypto-sha256.o
|
lib-sha1.o lib-crypto-sha256.o
|
||||||
|
|||||||
Reference in New Issue
Block a user