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

move all threefish block functions to one file, remove unneeded include

Signed-off-by: Jake Edge <jake@lwn.net>
Acked-by: Jason Cooper <jason@lakedaemon.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Jake Edge 2014-05-20 07:58:40 -06:00 committed by Greg Kroah-Hartman
parent 8d9e9857c5
commit 0109ce7304
4 changed files with 3358 additions and 3368 deletions

View file

@ -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

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff