aboutsummaryrefslogtreecommitdiff
path: root/test_crypto.c
diff options
context:
space:
mode:
authorMarkus Teich <markus.teich@stusta.mhn.de>2016-08-16 20:58:20 +0200
committerMarkus Teich <markus.teich@stusta.mhn.de>2016-08-16 20:58:20 +0200
commitfe7b13889217f4268d87d3712cb9ffe265e6a4e2 (patch)
tree59a17a13bdd9f22281bb0a59d8056675814a0cfd /test_crypto.c
parent01c2b8d710ff5a526d1ae2ed2a7fafdec0b1f973 (diff)
some stuff
- finish BRANDT_destroy() - fix include mess related to platform.h and brandt_config.h - add first brandt.c testcase
Diffstat (limited to 'test_crypto.c')
-rw-r--r--test_crypto.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/test_crypto.c b/test_crypto.c
index d30f19d..2d1eb30 100644
--- a/test_crypto.c
+++ b/test_crypto.c
@@ -20,13 +20,11 @@
* @author Markus Teich
*/
-#include "brandt_config.h"
+#include "platform.h"
/* For testing static functions and variables we include the whole source */
#include "crypto.c"
-#include "brandt.h"
-#include "crypto.h"
#include "test.h"
@@ -198,6 +196,7 @@ test_setup_auction_data ()
return 1;
}
+
/*
*/
#define ROUND(type, oc, index) do { \