diff options
author | David S. Miller <davem@davemloft.net> | 2011-08-04 06:45:10 +0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-08-07 05:32:45 +0400 |
commit | bc0b96b54a21246e377122d54569eef71cec535f (patch) | |
tree | b9cb6230c79da4b3a146af7d08c6c26f8d72024c /lib/Makefile | |
parent | de96355c111679dd6e2c5c73e25e814c72510c58 (diff) | |
download | linux-bc0b96b54a21246e377122d54569eef71cec535f.tar.xz |
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 |