diff options
author | Stefan Metzmacher <metze@samba.org> | 2012-07-20 07:37:48 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2012-07-23 18:19:36 +0200 |
commit | 5adf63fe301e812f5776448f9560af9d6d842554 (patch) | |
tree | 9e27f8fcd38fb5a0d8459503310bef17bfad92b8 /source3 | |
parent | 4628e2878f844ea95fb678a07dcb017edd46cc1f (diff) | |
download | samba-5adf63fe301e812f5776448f9560af9d6d842554.tar.gz samba-5adf63fe301e812f5776448f9560af9d6d842554.tar.bz2 samba-5adf63fe301e812f5776448f9560af9d6d842554.zip |
lib/crypto: add aes_ccm_128
metze
Diffstat (limited to 'source3')
-rw-r--r-- | source3/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in index 4fc3efd208..b572edcfa6 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -442,7 +442,7 @@ CRYPTO_OBJ = ../lib/crypto/crc32.o @CRYPTO_MD5_OBJ@ \ ../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_cmac_128.o + ../lib/crypto/aes_cmac_128.o ../lib/crypto/aes_ccm_128.o LIB_OBJ = $(LIBSAMBAUTIL_OBJ) $(UTIL_OBJ) $(CRYPTO_OBJ) $(LIBTSOCKET_OBJ) \ lib/messages.o autoconf/librpc/gen_ndr/ndr_messaging.o lib/messages_local.o \ |