From 062d1a09c2ef5efcdb85c77d7d27109b1317b46c Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Sat, 18 Feb 2012 11:47:31 +0100 Subject: lib/crypto: add aes_cmac_128* (rfc 4493) Thanks to Jeremy, Michael and Volker for the debugging! metze --- source3/Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source3/Makefile.in') 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 \ -- cgit