summaryrefslogtreecommitdiff
path: root/lib/crypto/aes_cmac_128_test.c
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2019-02-26 18:30:22 +0100
committerVolker Lendecke <vl@samba.org>2019-02-27 07:59:26 +0000
commit0ee398e8b2071f2373f216b3ca79131a4b7ebed4 (patch)
treedd1afc32c9c4725ba3a3b1ab5e8536f6295c2aec /lib/crypto/aes_cmac_128_test.c
parent0045a919b46f55e631040833220f357079857b34 (diff)
downloadsamba-0ee398e8b2071f2373f216b3ca79131a4b7ebed4.tar.gz
lib:crypto: Include only the required header files
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Volker Lendecke <vl@samba.org>
Diffstat (limited to 'lib/crypto/aes_cmac_128_test.c')
-rw-r--r--lib/crypto/aes_cmac_128_test.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/crypto/aes_cmac_128_test.c b/lib/crypto/aes_cmac_128_test.c
index 86a2fd73d0a..22f6fd8fe8b 100644
--- a/lib/crypto/aes_cmac_128_test.c
+++ b/lib/crypto/aes_cmac_128_test.c
@@ -17,7 +17,8 @@
*/
#include "replace.h"
#include "../lib/util/samba_util.h"
-#include "../lib/crypto/crypto.h"
+#include "lib/crypto/aes.h"
+#include "lib/crypto/aes_cmac_128.h"
struct torture_context;
bool torture_local_crypto_aes_cmac_128(struct torture_context *torture);