From fe7b13889217f4268d87d3712cb9ffe265e6a4e2 Mon Sep 17 00:00:00 2001 From: Markus Teich Date: Tue, 16 Aug 2016 20:58:20 +0200 Subject: some stuff - finish BRANDT_destroy() - fix include mess related to platform.h and brandt_config.h - add first brandt.c testcase --- test_crypto.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'test_crypto.c') 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 { \ -- cgit v1.2.3