From: Günther Deschner Date: Wed, 16 Sep 2009 00:09:06 +0000 (+0200) Subject: lib/crypto: link in AES crypto for s4 as well. X-Git-Tag: talloc-2.0.1~513^2~13 X-Git-Url: http://git.samba.org/samba.git/?p=ira%2Fwip.git;a=commitdiff_plain;h=310051c79de5c649847972cdc1ae565d81841ec5 lib/crypto: link in AES crypto for s4 as well. Guenther --- diff --git a/lib/crypto/config.mk b/lib/crypto/config.mk index e39f06dcaeb..c9ba779be2f 100644 --- a/lib/crypto/config.mk +++ b/lib/crypto/config.mk @@ -6,7 +6,8 @@ LIBCRYPTO_OBJ_FILES = $(addprefix $(libcryptosrcdir)/, \ crc32.o md5.o hmacmd5.o md4.o \ - arcfour.o sha256.o hmacsha256.o) + arcfour.o sha256.o hmacsha256.o \ + aes.o rijndael-alg-fst.o) [SUBSYSTEM::TORTURE_LIBCRYPTO] PRIVATE_DEPENDENCIES = LIBCRYPTO