From 60c2c11de820687887a643344fc1b0a91fd45226 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Mon, 25 Nov 2013 21:30:36 +0100 Subject: Move cipher and mac structures to a new header --- src/methods/cipher_test/cipher_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/methods/cipher_test/cipher_test.c') diff --git a/src/methods/cipher_test/cipher_test.c b/src/methods/cipher_test/cipher_test.c index 4891781..b9a7881 100644 --- a/src/methods/cipher_test/cipher_test.c +++ b/src/methods/cipher_test/cipher_test.c @@ -24,7 +24,7 @@ */ -#include "../../fastd.h" +#include "../../crypto.h" #include "../common.h" -- cgit v1.2.3