summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2012-02-18 11:47:31 +0100
committerStefan Metzmacher <metze@samba.org>2012-02-29 03:16:22 +0100
commit062d1a09c2ef5efcdb85c77d7d27109b1317b46c (patch)
treeba9e60ebe55295cfae132ed55377bd5e555bdeaf /source3/Makefile.in
parentde870e979b1082ffd4d88350dfd4e073bd5d0789 (diff)
downloadsamba-062d1a09c2ef5efcdb85c77d7d27109b1317b46c.tar.gz
samba-062d1a09c2ef5efcdb85c77d7d27109b1317b46c.tar.bz2
samba-062d1a09c2ef5efcdb85c77d7d27109b1317b46c.zip
lib/crypto: add aes_cmac_128* (rfc 4493)
Thanks to Jeremy, Michael and Volker for the debugging! metze
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 71a18d6263..d64c5022fa 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -426,7 +426,8 @@ CRYPTO_OBJ = ../lib/crypto/crc32.o ../lib/crypto/md5.o \
../lib/crypto/hmacmd5.o ../lib/crypto/arcfour.o \
../lib/crypto/md4.o \
../lib/crypto/sha256.o ../lib/crypto/hmacsha256.o \
- ../lib/crypto/aes.o ../lib/crypto/rijndael-alg-fst.o
+ ../lib/crypto/aes.o ../lib/crypto/rijndael-alg-fst.o \
+ ../lib/crypto/aes_cmac_128.o
LIB_OBJ = $(LIBSAMBAUTIL_OBJ) $(UTIL_OBJ) $(CRYPTO_OBJ) $(LIBTSOCKET_OBJ) \
lib/messages.o librpc/gen_ndr/ndr_messaging.o lib/messages_local.o \