diff options
author | David S. Miller | 2011-08-04 04:45:10 +0200 |
---|---|---|
committer | David S. Miller | 2011-08-07 03:32:45 +0200 |
commit | bc0b96b54a21246e377122d54569eef71cec535f (patch) | |
tree | b9cb6230c79da4b3a146af7d08c6c26f8d72024c /lib/Makefile | |
parent | Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air... (diff) | |
download | kernel-qcow2-linux-bc0b96b54a21246e377122d54569eef71cec535f.tar.gz kernel-qcow2-linux-bc0b96b54a21246e377122d54569eef71cec535f.tar.xz kernel-qcow2-linux-bc0b96b54a21246e377122d54569eef71cec535f.zip |
crypto: Move md5_transform to lib/md5.c
We are going to use this for TCP/IP sequence number and fragment ID
generation.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'lib/Makefile')
-rw-r--r-- | lib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile b/lib/Makefile index 6457af4a7caf..d5d175c8a6ca 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -10,7 +10,7 @@ endif lib-y := ctype.o string.o vsprintf.o cmdline.o \ rbtree.o radix-tree.o dump_stack.o timerqueue.o\ idr.o int_sqrt.o extable.o prio_tree.o \ - sha1.o irq_regs.o reciprocal_div.o argv_split.o \ + sha1.o md5.o irq_regs.o reciprocal_div.o argv_split.o \ proportions.o prio_heap.o ratelimit.o show_mem.o \ is_single_threaded.o plist.o decompress.o find_next_bit.o |