summaryrefslogtreecommitdiff
path: root/lib/crypto/crypto.h
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/crypto.h
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/crypto.h')
-rw-r--r--lib/crypto/crypto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/crypto/crypto.h b/lib/crypto/crypto.h
index c0d85c899e..1f5a1b7e62 100644
--- a/lib/crypto/crypto.h
+++ b/lib/crypto/crypto.h
@@ -26,4 +26,5 @@
#include "../lib/crypto/arcfour.h"
#include "../lib/crypto/aes.h"
#include "../lib/crypto/aes_cmac_128.h"
+#include "../lib/crypto/aes_ccm_128.h"