summaryrefslogtreecommitdiff
path: root/lib/crypto/crypto.h
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 /lib/crypto/crypto.h
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 '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 b5ea9c78d5..c0d85c899e 100644
--- a/lib/crypto/crypto.h
+++ b/lib/crypto/crypto.h
@@ -25,4 +25,5 @@
#include "../lib/crypto/hmacsha256.h"
#include "../lib/crypto/arcfour.h"
#include "../lib/crypto/aes.h"
+#include "../lib/crypto/aes_cmac_128.h"