Commit 0109ce73 authored by Jake Edge's avatar Jake Edge Committed by Greg Kroah-Hartman

staging/skein: move all threefish block functions to one file

move all threefish block functions to one file, remove unneeded include
Signed-off-by: default avatarJake Edge <jake@lwn.net>
Acked-by: default avatarJason Cooper <jason@lakedaemon.net>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 8d9e9857
......@@ -5,7 +5,5 @@ obj-$(CONFIG_CRYPTO_SKEIN) += skein.o \
skein_api.o \
skein_block.o
obj-$(CONFIG_CRYPTO_THREEFISH) += threefish_1024_block.o \
threefish_256_block.o \
threefish_512_block.o \
obj-$(CONFIG_CRYPTO_THREEFISH) += threefish_block.o \
threefish_api.o
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment