diff options
Diffstat (limited to 'test_crypto.c')
-rw-r--r-- | test_crypto.c | 5 |
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 { \ |