From 684c824e9ac51ee2d6b748973757697a8ead2634 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Sat, 20 Aug 2005 07:59:00 +0000 Subject: r9421: Move arcfour code into it's own file, in lib/crypto. Andrew Bartlett (This used to be commit ca6cf462708810637544d4b4bef0f404fb89a002) --- source4/lib/basic.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source4/lib/basic.mk') diff --git a/source4/lib/basic.mk b/source4/lib/basic.mk index 3953d702bc..4dd6a05d54 100644 --- a/source4/lib/basic.mk +++ b/source4/lib/basic.mk @@ -22,7 +22,8 @@ INIT_OBJ_FILES = \ ADD_OBJ_FILES = \ lib/crypto/md5.o \ lib/crypto/hmacmd5.o \ - lib/crypto/md4.o + lib/crypto/md4.o \ + lib/crypto/arcfour.o # End SUBSYSTEM LIBCRYPTO ############################## -- cgit