summaryrefslogtreecommitdiff
path: root/lib/crypto/wscript_build
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2012-07-20 07:37:48 +0200
committerStefan Metzmacher <metze@samba.org>2012-07-23 18:19:36 +0200
commit5adf63fe301e812f5776448f9560af9d6d842554 (patch)
tree9e27f8fcd38fb5a0d8459503310bef17bfad92b8 /lib/crypto/wscript_build
parent4628e2878f844ea95fb678a07dcb017edd46cc1f (diff)
downloadsamba-5adf63fe301e812f5776448f9560af9d6d842554.tar.gz
samba-5adf63fe301e812f5776448f9560af9d6d842554.tar.bz2
samba-5adf63fe301e812f5776448f9560af9d6d842554.zip
lib/crypto: add aes_ccm_128
metze
Diffstat (limited to 'lib/crypto/wscript_build')
-rw-r--r--lib/crypto/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/crypto/wscript_build b/lib/crypto/wscript_build
index 849bf1664e..cd7a466a15 100644
--- a/lib/crypto/wscript_build
+++ b/lib/crypto/wscript_build
@@ -9,7 +9,7 @@ elif not bld.CONFIG_SET('HAVE_COMMONCRYPTO_COMMONDIGEST_H'):
bld.SAMBA_SUBSYSTEM('LIBCRYPTO',
source='''crc32.c hmacmd5.c md4.c arcfour.c sha256.c hmacsha256.c
- aes.c rijndael-alg-fst.c aes_cmac_128.c
+ aes.c rijndael-alg-fst.c aes_cmac_128.c aes_ccm_128.c
''' + extra_source,
deps='talloc' + extra_deps
)