diff options
author | Günther Deschner <gd@samba.org> | 2009-09-16 02:09:06 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-09-16 02:09:59 +0200 |
commit | 310051c79de5c649847972cdc1ae565d81841ec5 (patch) | |
tree | 6fdc1e73bdb322a046b2e7db40bc9872f12ccb83 /lib/crypto | |
parent | 97d7a524abc4993f231357ef22c637994d2cdcb9 (diff) | |
download | samba-310051c79de5c649847972cdc1ae565d81841ec5.tar.gz samba-310051c79de5c649847972cdc1ae565d81841ec5.tar.bz2 samba-310051c79de5c649847972cdc1ae565d81841ec5.zip |
lib/crypto: link in AES crypto for s4 as well.
Guenther
Diffstat (limited to 'lib/crypto')
-rw-r--r-- | lib/crypto/config.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/crypto/config.mk b/lib/crypto/config.mk index e39f06dcae..c9ba779be2 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 |