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 --- lib/crypto/crypto.h | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/crypto/crypto.h') 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" -- cgit