From a86f883747a4908d2ee58574c5ddd49154b03fb0 Mon Sep 17 00:00:00 2001 From: Jean-Christophe PLAGNIOL-VILLARD Date: Sat, 8 Oct 2011 16:41:58 +0200 Subject: crypto: add sha224 support the sha224sum is nearly the same as sha256sum except for the init of the context and the hash length Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD Signed-off-by: Sascha Hauer --- crypto/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'crypto/Makefile') diff --git a/crypto/Makefile b/crypto/Makefile index a88c5b7ada..955a66de48 100644 --- a/crypto/Makefile +++ b/crypto/Makefile @@ -2,4 +2,5 @@ obj-$(CONFIG_CRC32) += crc32.o obj-$(CONFIG_CRC16) += crc16.o obj-$(CONFIG_MD5) += md5.o obj-$(CONFIG_SHA1) += sha1.o -obj-$(CONFIG_SHA256) += sha256.o +obj-$(CONFIG_SHA224) += sha2.o +obj-$(CONFIG_SHA256) += sha2.o -- cgit v1.2.3