md5: remove from lib and only live in crypto
authorJason A. Donenfeld <Jason@zx2c4.com>
Thu, 16 Mar 2017 14:18:57 +0000 (15:18 +0100)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 24 Mar 2017 14:02:56 +0000 (22:02 +0800)
commit3c7eb3cc8360736123a3139a1ec727d746de3252
treec7074e56c6661aaef4d6b3cbe06fa500ccce485e
parentfdb2726f4e61c5e3abc052f547d5a5f6c0dc5504
md5: remove from lib and only live in crypto

The md5_transform function is no longer used any where in the tree,
except for the crypto api's actual implementation of md5, so we can drop
the function from lib and put it as a static function of the crypto
file, where it belongs. There should be no new users of md5_transform,
anyway, since there are more modern ways of doing what it once achieved.

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Reviewed-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/md5.c
include/linux/cryptohash.h
lib/Makefile
lib/md5.c [deleted file]