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:
committed by
Greg Kroah-Hartman
parent
8d9e9857c5
commit
0109ce7304
@@ -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
+3357
-1
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user