summaryrefslogtreecommitdiff
path: root/lib/crypto
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2025-06-20 09:15:10 +0300
committerLinus Torvalds <torvalds@linux-foundation.org>2025-06-20 09:15:10 +0300
commit0fa5248255a1f4cc87f35610f2762d9cdd919246 (patch)
tree247dde72ea741d5dc4e1d01559c20372f262db5a /lib/crypto
parent41687a5c6f8b07ad0850d6c46452376d54fe9b65 (diff)
parentdf29f60369ccec0aa17d7eed7e2ae1fcdc9be6d4 (diff)
downloadlinux-0fa5248255a1f4cc87f35610f2762d9cdd919246.tar.xz
Merge tag 'v6.16-p5' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Pull crypto fixes from Herbert Xu: "This fixes a regression in ahash (broken fallback finup) and reinstates a Kconfig option to control the extra self-tests" * tag 'v6.16-p5' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6: crypto: ahash - Fix infinite recursion in ahash_def_finup crypto: testmgr - reinstate kconfig control over full self-tests
Diffstat (limited to 'lib/crypto')
-rw-r--r--lib/crypto/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/crypto/Makefile b/lib/crypto/Makefile
index 18664127ecd6..b0c0f8aea269 100644
--- a/lib/crypto/Makefile
+++ b/lib/crypto/Makefile
@@ -66,7 +66,7 @@ libsha256-generic-y := sha256-generic.o
obj-$(CONFIG_MPILIB) += mpi/
-obj-$(CONFIG_CRYPTO_SELFTESTS) += simd.o
+obj-$(CONFIG_CRYPTO_SELFTESTS_FULL) += simd.o
obj-$(CONFIG_CRYPTO_LIB_SM3) += libsm3.o
libsm3-y := sm3.o