crypto: lib/curve25519 - re-add selftests
[linux-2.6-microblaze.git] / lib / crypto / Makefile
index 34a701a..f97f9b9 100644 (file)
@@ -36,4 +36,5 @@ libsha256-y                                   := sha256.o
 ifneq ($(CONFIG_CRYPTO_MANAGER_DISABLE_TESTS),y)
 libblake2s-y                                   += blake2s-selftest.o
 libchacha20poly1305-y                          += chacha20poly1305-selftest.o
+libcurve25519-y                                        += curve25519-selftest.o
 endif