]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
crypto: Move md5_transform to lib/md5.c
authorDavid S. Miller <davem@davemloft.net>
Thu, 4 Aug 2011 02:45:10 +0000 (19:45 -0700)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Thu, 17 May 2012 15:21:27 +0000 (11:21 -0400)
commit5b2354949698f8b39468889393ebaa495b6ca852
treed4273b41af19204f8d9438aa9317b011e5d03e00
parent8fc7676bfb45d55222aa5f663f113f723b9197b8
crypto: Move md5_transform to lib/md5.c

commit bc0b96b54a21246e377122d54569eef71cec535f upstream.

We are going to use this for TCP/IP sequence number and fragment ID
generation.

Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
crypto/md5.c
include/linux/cryptohash.h
lib/Makefile
lib/md5.c [new file with mode: 0644]